|
@@ -4,12 +4,12 @@
|
|
|
# top-most EditorConfig file
|
|
# top-most EditorConfig file
|
|
|
root = true
|
|
root = true
|
|
|
|
|
|
|
|
-# Newline ending every file
|
|
|
|
|
|
|
+# Newline ending every file and set default charset
|
|
|
[*]
|
|
[*]
|
|
|
insert_final_newline = true
|
|
insert_final_newline = true
|
|
|
|
|
+charset = utf-8
|
|
|
|
|
|
|
|
-# 2 space indentation and set default charset
|
|
|
|
|
-[*.js]
|
|
|
|
|
|
|
+# 2 space indentation
|
|
|
|
|
+[*.{js,ts,html,css}]
|
|
|
indent_style = space
|
|
indent_style = space
|
|
|
indent_size = 2
|
|
indent_size = 2
|
|
|
-charset = utf-8
|
|
|