summaryrefslogtreecommitdiff
path: root/include/assimp/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'include/assimp/.editorconfig')
-rw-r--r--include/assimp/.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/assimp/.editorconfig b/include/assimp/.editorconfig
new file mode 100644
index 0000000..9ea6642
--- /dev/null
+++ b/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