* This updates our assimp version to v5.2.1 * This is needed because the latest assimp doesn't compile without some patches :-/ The patches required and applied are listed in the README located in extern/assimp.
22 lines
413 B
INI
22 lines
413 B
INI
# 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
|