mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
10 lines
169 B
INI
10 lines
169 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*.{cpp,h}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
insert_final_newline = true
|