commit 9be16f6ebedac1e891bf5e02ad84cd80d77f815a
parent 0016d608554acbbdc4e0ec51049529afb214d013
Author: Hugo Soucy <hugo@soucy.cc>
Date: Sat, 21 Nov 2020 10:24:25 -0500
Add an editorconfig file
Diffstat:
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig
@@ -0,0 +1,16 @@
+# EditorConfig <http://EditorConfig.org>
+
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 2
+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}]
+#indent_size = 2