Browse Source

Update editor config for .yml files

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v19.0.0beta3
Joas Schilling 4 years ago
parent
commit
058ca8c560
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      .editorconfig

+ 4
- 0
.editorconfig View File

@@ -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


Loading…
Cancel
Save