diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 20 |
1 files 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 |
