chore(code): be more explicit on config for json files

To avoid changing end line character of translation files
This commit is contained in:
hasecilu 2025-01-07 14:42:56 -06:00
parent 7f9e42abbd
commit 3486e566ae
No known key found for this signature in database
GPG Key ID: 87E51D5092D98C51

View File

@ -8,5 +8,10 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.json]
[{server,translation}.json]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true