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