Merge pull request #523 from learn-more/editorconfig
utils: Add .yml indent_size to .editorconfig
This commit is contained in:
commit
9878e57d61
|
@ -10,5 +10,5 @@ indent_size = 4
|
|||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[clib.json]
|
||||
[**.{json,yml}]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in New Issue