add assimp library code

This commit is contained in:
Garux
2021-03-29 02:06:58 +03:00
parent 5008fa278f
commit b533eca7ca
1779 changed files with 596936 additions and 0 deletions

22
libs/assimp/.editorconfig Normal file
View File

@@ -0,0 +1,22 @@
# See <http://EditorConfig.org> for details
root = true
[CMakeLists.txt,*.cmake{,.in}]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 2
indent_style = space
[*.h.in]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = space
[*.txt]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true