Add editorconfig settings for yaml files (#3027)

pull/3029/head
Jelte Fennema 2019-09-24 16:09:20 +02:00 committed by GitHub
parent 0f90c2497e
commit 7172c7f727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -12,3 +12,8 @@ tab_width = 4
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
tab_width = 4 tab_width = 4
[*.yml]
indent_style = space
indent_size = 2
tab_width = 2