chore(code): add config for json files

This commit is contained in:
hasecilu 2024-12-27 16:30:18 -06:00
parent 0aa986d6ce
commit c5878c6674
No known key found for this signature in database
GPG Key ID: 87E51D5092D98C51

View File

@ -7,3 +7,6 @@ indent_size = 4
indent_style = space indent_style = space
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.json]
indent_size = 2