diff options
Diffstat (limited to 'libs/assimp/test/.editorconfig')
-rw-r--r-- | libs/assimp/test/.editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/assimp/test/.editorconfig b/libs/assimp/test/.editorconfig new file mode 100644 index 0000000..4a194a3 --- /dev/null +++ b/libs/assimp/test/.editorconfig @@ -0,0 +1,8 @@ +# See <http://EditorConfig.org> for details + +[*.{h,hpp,c,cpp}] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_size = 4 +indent_style = space |