summaryrefslogtreecommitdiff
path: root/Other/NodeEditorExamples/Assets/xNode-examples/.editorconfig
blob: 03c2cb5776a523e99138cfc33df8bd88a6740ecd (plain)
1
2
3
4
5
6
7
8
root = true

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