From 9d736cc1c5ffcff96c0a60612911a1aa5ee3f126 Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 18 May 2015 22:16:33 -0600 Subject: [PATCH] Implemented: Add editor config file --- include/assimp/.editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/assimp/.editorconfig diff --git a/include/assimp/.editorconfig b/include/assimp/.editorconfig new file mode 100644 index 000000000..9ea66423a --- /dev/null +++ b/include/assimp/.editorconfig @@ -0,0 +1,8 @@ +# See for details + +[*.{h,hpp,inl}] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_size = 4 +indent_style = space