jmacura преди 5 години
родител
ревизия
be389550c3
променени са 1 файла, в които са добавени 15 реда и са изтрити 0 реда
  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