浏览代码

Add editorconfig file to maintain code style consistency

Máté Farkas 9 年之前
父节点
当前提交
85e7f1f7db
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      .editorconfig

+ 12 - 0
.editorconfig

@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = crlf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false