summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-08 15:17:29 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-08 15:17:29 +0200
commitb4f61294a8865c6279dd55f30dbccf4b11b7167d (patch)
treefd5059afc68a4811f7d3790e73f73eb6dc8cde1f /.editorconfig
parentb9c2932041d3abbb41e5653bd3cd5c6b4741cdff (diff)
downloadgohugo-theme-ed-b4f61294a8865c6279dd55f30dbccf4b11b7167d.tar.gz
Use spaces for indents
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
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}]