Add yml to .editorconfig

This commit is contained in:
Maddison Hellstrom 2018-08-06 18:21:09 -07:00
parent 24150ca8ba
commit 760324246d
1 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,7 @@ trim_trailing_whitespace = false
[*.js] [*.js]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
[*.yml]
indent_style = space
indent_size = 4