IsoEngine/.editorconfig

23 lines
280 B
INI
Raw Normal View History

2024-09-20 11:05:36 -06:00
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.cpp]
indent_style = space
indent_size = 4
[*.hpp]
indent_style = space
indent_size = 4
charset = utf-8
[Makefile]
indent_style = tab
[*.bin]
binary = true