AnimTestbed/3rdparty/Handmade-Math/.editorconfig

10 lines
157 B
INI
Raw Normal View History

2021-11-11 21:22:24 +01:00
root = true
[*.{c,cpp,h}]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true