utils: Apply indent_size 2 to all JSON and YAML files

This commit is contained in:
Rob Loach 2022-12-17 14:10:43 -05:00 committed by GitHub
parent da9d3866e2
commit 8d9f46a6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

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