Files
kichikuou_system3-sdl2/.editorconfig
T
kichikuou 81d66c4075 Enable text anti-aliasing by default
To disable it, use -noantialias command-line option.
2020-06-04 10:24:39 +09:00

14 lines
163 B
INI

# https://EditorConfig.org
root = true
[*]
charset = utf-8
[*.{h,cpp}]
indent_style = tab
indent_size = 4
[CMakeLists.txt]
indent_style = space
indent_size = 2