diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig index a00d375..e30d824 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root = true [*] charset = utf-8 -indent_style = tab +indent_style = space end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true @@ -12,11 +12,9 @@ insert_final_newline = true trim_trailing_whitespace = false [*.{json,webmanifest,yaml,yml,toml,md,babelrc,eslintrc,postcssrc,stylelintrc,ecrc,gitattributes}] -indent_style = space indent_size = 2 [*.html] -indent_style = space indent_size = 4 [layouts/**.{svg}] |
