浏览代码

Add editorconfig

Martijn Braam 3 年之前
父节点
当前提交
101abe33cd
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      .editorconfig

+ 10 - 0
.editorconfig

@@ -0,0 +1,10 @@
+root = true
+
+[*.{c,h}]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+trim_trailing_whitespace = true
+indent_style = tab
+indent_size = 8
+max_line_length = 80