浏览代码

Added editor config

Jorrit Rouwe 3 年之前
父节点
当前提交
9c8e782b1a
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      .editorconfig

+ 9 - 0
.editorconfig

@@ -0,0 +1,9 @@
+root = true
+
+[*.{cpp,h,inl,cmake}]
+indent_style = tab
+tab_width = 4
+
+[CMakeLists.txt]
+indent_style = tab
+tab_width = 4