Add yml exception to editorconfig

This commit is contained in:
Dan Shick 2020-03-13 14:50:00 -04:00 committed by Simon Ser
parent d083a4fa79
commit 3058987873
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[*.xml]
[*.{xml,yml}]
indent_style = space
indent_size = 2