diff --git a/.editorconfig b/.editorconfig index bdbf7c50b..fc5a58b84 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,12 @@ root = true [*] +charset = utf-8 end_of_line = lf insert_final_newline = true -[*.{js,json,yml}] -charset = utf-8 -indent_style = space -indent_size = 2 -quote_type = single +[*.{json}] +quote_type = double + +[*.{js,yml}] +quote_type = single \ No newline at end of file