chore: add yml override to .editorconfig

This commit is contained in:
Zack Schuster 2020-04-22 18:58:39 -07:00
parent a16e20059c
commit cb9b6c58bb
1 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,6 @@ tab_width = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_style = space