mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
editorconfig: add specification for Python
Signed-off-by: Steven Noonan <steven@valvesoftware.com>
This commit is contained in:
@@ -4,6 +4,10 @@ root = true
|
|||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.py]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
[CMakeLists.txt,*.{cpp,h}]
|
[CMakeLists.txt,*.{cpp,h}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|||||||
Reference in New Issue
Block a user