From b7df2f71405f591c266df045cba9afcc02679797 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 8 May 2022 17:00:58 +0200 Subject: Update editor config --- .editorconfig | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.editorconfig b/.editorconfig index e30d824..6e9afde 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,21 +1,19 @@ # editorconfig.org -root = true +root = true [*] -charset = utf-8 -indent_style = space -end_of_line = lf +end_of_line = lf +insert_final_newline = true +indent_style = space +charset = utf-8 +indent_size = 4 trim_trailing_whitespace = true -insert_final_newline = true [*.md] trim_trailing_whitespace = false -[*.{json,webmanifest,yaml,yml,toml,md,babelrc,eslintrc,postcssrc,stylelintrc,ecrc,gitattributes}] -indent_size = 2 - -[*.html] -indent_size = 4 +[*.{html,svg,css,scss,json,webmanifest,yaml,yml,toml,md,babelrc,eslintrc,postcssrc,stylelintrc,ecrc,gitattributes}] +indent_size = 2 [layouts/**.{svg}] -insert_final_newline = false +insert_final_newline = false -- cgit v1.2.3