mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-22 22:48:08 +03:00
14 lines
161 B
INI
14 lines
161 B
INI
# https://EditorConfig.org
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
|
|
[*.{h,c}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[CMakeLists.txt]
|
|
indent_style = space
|
|
indent_size = 2
|