Files
GameNetworkingSockets/.editorconfig
T
Steven Noonan 3fe367ee7e editorconfig: add specification for Python
Signed-off-by: Steven Noonan <steven@valvesoftware.com>
2020-09-03 15:34:27 -07:00

14 lines
170 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4
[CMakeLists.txt,*.{cpp,h}]
indent_style = tab
indent_size = 4