Added yaml file config to editorconfig

master
Chris Kankiewicz 2021-09-01 15:05:46 -07:00
parent 499aaf77a2
commit aef10c3fbc
No known key found for this signature in database
GPG Key ID: 474E915709CEB5EB
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{yaml,yml}]
indent_size = 2
[Makefile]
indent_size = 4
indent_style = tab