furnace/.editorconfig

8 lines
123 B
INI
Raw Normal View History

2024-12-19 14:11:01 -05:00
root = true
[*.{cpp,h}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = false