瀏覽代碼

🔧 add EditorConfig

jmacura 3 年之前
父節點
當前提交
02f3f901be
共有 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 and set default charset
+[*]
+insert_final_newline = true
+charset = utf-8
+
+# 2 space indentation
+[*.{js,ts,html,css}]
+indent_style = space
+indent_size = 2