diff --git a/.editorconfig b/.editorconfig index a43c1e5..1ba853d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,4 +2,10 @@ indent_style = tab end_of_line = lf insert_final_newline = true -trim_trailing_whitespace = true \ No newline at end of file + +[*.json] +indent_size = 2 + +[*.yml] +indent_style = space +indent_size = 2