Browse Source

Add YAML settings to editorconfig. Must use spaces

pull/1522/head
Oren Novotny 6 years ago
parent
commit
525ffea390
Failed to extract signature
  1. 4
      .editorconfig

4
.editorconfig

@ -8,7 +8,9 @@ indent_size = 4 @@ -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

Loading…
Cancel
Save