1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-02-04 22:34:54 +08:00
xNode/.editorconfig
2020-03-08 14:07:31 +01:00

9 lines
135 B
INI

root = true
[*.cs]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true