浏览代码

Add .editorconfig file

Matthias Vogelgesang 7 年之前
父节点
当前提交
0e234e9ab8
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .editorconfig

+ 8 - 0
.editorconfig

@@ -0,0 +1,8 @@
+root = true
+
+[*]
+end_of_line = lf
+
+[*.{c,h}]
+indent_style = space
+indent_size = 2