From b8d4f2f83e4253a033e694097b7a54f0fbec5213 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Wed, 30 Sep 2020 17:48:14 -0400 Subject: [PATCH] chore: update `.editorconfig` Signed-off-by: Jef LeCompte --- .editorconfig | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.editorconfig b/.editorconfig index cc0e8ba..5255395 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,12 +1,12 @@ -root = true - -[*] -indent_style = tab -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.yml] -indent_style = space -indent_size = 2 +root = true + +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{yml,json}] +indent_style = space +indent_size = 2