Browse Source
Add YAML settings to editorconfig. Must use spaces
pull/1522/head
Oren Novotny
6 years ago
Failed to extract signature
1 changed files with
3 additions and
1 deletions
-
.editorconfig
|
|
@ -8,7 +8,9 @@ indent_size = 4 |
|
|
|
[*.il] |
|
|
|
indent_style = space |
|
|
|
indent_size = 2 |
|
|
|
|
|
|
|
[*.{yml,yaml}] |
|
|
|
indent_style = space |
|
|
|
indent_size = 2 |
|
|
|
[*.csproj] |
|
|
|
indent_style = space |
|
|
|
indent_size = 2 |
|
|
|