[TASK] Add .yml and .md to editorconfig

This commit is contained in:
Xaver Maierhofer 2017-02-12 19:21:39 +01:00
parent 2ac173da48
commit 7127c6d33c
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[*.{js,html,scss,json}]
[*.{js,html,scss,json,yml,md}]
indent_size = 2
indent_style = space