浏览代码

Implemented: Add editor config file

Richard 10 年之前
父节点
当前提交
9d736cc1c5
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      include/assimp/.editorconfig

+ 8 - 0
include/assimp/.editorconfig

@@ -0,0 +1,8 @@
+# See <http://EditorConfig.org> for details
+
+[*.{h,hpp,inl}]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+indent_size = 4
+indent_style = space