couch/thirdparty/assimp/code/.editorconfig

9 lines
177 B
INI
Raw Normal View History

2021-03-15 13:46:19 -05:00
# See <http://EditorConfig.org> for details
[*.{h,hpp,c,cpp}]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = space