Files
filament/third_party/libassimp/code/.editorconfig
2018-08-03 10:38:22 -07:00

9 lines
177 B
INI

# 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