From 02077305a5b63fcf7242ac909d8caed5cc3cf18f Mon Sep 17 00:00:00 2001 From: talha Date: Sun, 31 Mar 2024 18:22:14 +0500 Subject: Completed lighting, Model loading --- include/assimp/.editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/assimp/.editorconfig (limited to 'include/assimp/.editorconfig') 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 for details + +[*.{h,hpp,inl}] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_size = 4 +indent_style = space -- cgit v1.2.3