Parcourir la source

Add .editorconfig

jmacura il y a 5 ans
Parent
commit
be389550c3
1 fichiers modifiés avec 15 ajouts et 0 suppressions
  1. 15 0
      .editorconfig

+ 15 - 0
.editorconfig

@@ -0,0 +1,15 @@
+
+# EditorConfig is awesome: https://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Newline ending every file
+[*]
+insert_final_newline = true
+
+# 2 space indentation and set default charset
+[*.js]
+indent_style = space
+indent_size = 2
+charset = utf-8