godot/modules/mono/.editorconfig

15 lines
278 B
INI
Raw Normal View History

2021-07-23 01:56:37 +02:00
[*.sln]
indent_style = tab
[*.{csproj,props,targets,nuspec,resx}]
indent_style = space
indent_size = 2
[*.cs]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
csharp_indent_case_contents_when_block = false