Merge pull request #523 from learn-more/editorconfig

utils: Add .yml indent_size to .editorconfig
This commit is contained in:
Rob Loach 2022-12-17 14:10:54 -05:00 committed by GitHub
commit 9878e57d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ indent_size = 4
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[clib.json] [**.{json,yml}]
indent_size = 2 indent_size = 2