From e7d078fbdb53ad8cafa9b76251fc0923fd5f460e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 29 Jun 2022 14:29:17 -0700 Subject: [PATCH] Add explicit editorconfig block for yaml --- .editorconfig | 4 ++++ web/.editorconfig | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 web/.editorconfig diff --git a/.editorconfig b/.editorconfig index d7d4d8ca7..c910d25d8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,7 @@ quote_type = single curly_bracket_next_line = true spaces_around_operators = true spaces_around_brackets = true + +[*.yml,*.yaml] +indent_style = space +indent_size = 2 diff --git a/web/.editorconfig b/web/.editorconfig deleted file mode 100644 index db87e1fb3..000000000 --- a/web/.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -root = true - -[*] -indent_style = space -indent_size = 2 -charset = utf-8 -trim_trailing_whitespace = false -insert_final_newline = false \ No newline at end of file