style: indent size of 4 spaces in json (#715)

This commit is contained in:
th33xitus 2022-03-15 13:36:51 +01:00 committed by GitHub
parent f4715076d5
commit cb0e40a53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,10 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{json,yml}]
[*.json]
indent_size = 4
indent_style = space
[*.yml]
indent_size = 2
indent_style = space