godot-demo-projects/.editorconfig

12 lines
210 B
INI
Raw Normal View History

2020-10-06 11:28:27 +02:00
# Top-most EditorConfig file.
root = true
# Unix-style newlines with a newline ending every file.
[*.cs]
insert_final_newline = true
csharp_space_after_cast = false
indent_size = 4
[*.csproj]
indent_size = 2