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