Files
WickedEngine/.editorconfig
T
2020-11-10 23:58:51 +01:00

16 lines
233 B
INI

# top-most EditorConfig file
root = true
[*]
charset = utf-8
# lf, cr, crlf
end_of_line = crlf
trim_trailing_whitespace = true
insert_final_newline = true
# space, tab
indent_style = tab
indent_size = 4
[*.py]
indent_style = space