1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2024-12-24 15:02:21 -05:00
isle/.editorconfig
Anonymous Maarten cdc761d920
cmake: add beta10 target ()
* cmake: use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR

* cmake: add beta10 target
2024-11-22 01:08:47 +01:00

16 lines
302 B
INI

root = true
[*.{py,txt,editorconfig}]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.{cpp,h}]
indent_style = tab
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true
[{CMakeLists.txt,*.cmake}]
indent_size = 2