Files
godot-monodevelop-addin/.editorconfig
2020-06-13 13:09:47 +02:00

10 lines
165 B
INI

root = true
[*.cs]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
csharp_indent_case_contents_when_block = false