commit 983e3b1f461c63e109cee5ba12e2573d64ee786d
parent e416781553bbd433549bf18dda6c97edd3117d6a
Author: Hugo Soucy <hugo@soucy.cc>
Date: Sun, 13 Mar 2022 16:57:27 -0400
Update the .editorconfig
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/.editorconfig b/.editorconfig
@@ -8,9 +8,5 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
-indent_size = 4
-trim_trailing_whitespace = true
-
-# 2 space indentation (CSS, YML, and templates HTML big family)
-[*.{css,yml,xml,xhtml,html,vm,ftl,mustache,twig,hbs,yaml,lua,json}]
indent_size = 2
+trim_trailing_whitespace = true