add yaml to editorconfig

master
rasul 5 years ago
parent 47a7dfa7e9
commit 757d5b30a2

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

Loading…
Cancel
Save