瀏覽代碼

Enhancement: Add .editorconfig

Andreas Möller 6 年之前
父節點
當前提交
db4ec12a24
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      .editorconfig

+ 11 - 0
.editorconfig

@@ -0,0 +1,11 @@
+root = true
+
+[*]
+charset = utf-8
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.yml]
+indent_size = 2