1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add a simple C# .editorconfig

This commit is contained in:
Aaron Franke
2021-07-22 19:56:37 -04:00
parent b918c4c3ce
commit 5f8275d9ac
30 changed files with 110 additions and 124 deletions

View File

@@ -13,7 +13,7 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[{*.{py,cs},SConstruct,SCsub}]
[{*.py,SConstruct,SCsub}]
indent_style = space
indent_size = 4
@@ -21,7 +21,3 @@ indent_size = 4
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.{csproj,props,targets,nuspec}]
indent_style = space
indent_size = 2