Browse Source
Update editor config for .yml files
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/20500/head
Joas Schilling
6 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
4 additions and
0 deletions
-
.editorconfig
|
|
@ -14,6 +14,10 @@ trim_trailing_whitespace = true |
|
|
|
indent_size = 2 |
|
|
|
indent_style = space |
|
|
|
|
|
|
|
[*.yml] |
|
|
|
indent_size = 2 |
|
|
|
indent_style = space |
|
|
|
|
|
|
|
[*.md] |
|
|
|
trim_trailing_whitespace = false |
|
|
|
|
|
|
|