From ddc885fbcbc36f646813617e3d5ccdf2d2b7e929 Mon Sep 17 00:00:00 2001 From: rasul Date: Sun, 2 Feb 2020 12:29:10 -0600 Subject: [PATCH] add yaml files --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index baf2ca9..4292eb3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,7 @@ tab_width = 4 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true + +[*.yml] +indent_style = space +indent_size = 2