diff --git a/.editorconfig b/.editorconfig index 7dff62b..9e52852 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,23 +1,14 @@ root = true [*] -indent_style = space -indent_size = 2 charset = utf-8 +end_of_line = lf insert_final_newline = true -[*.js] -indent_style = space -indent_size = 2 - -[*.ts] -indent_style = space -indent_size = 2 - -[*.json] +[*.{js,ts}] indent_style = space indent_size = 2 -[*.yml] +[*.{json,yml}] indent_style = space indent_size = 2