Fix EditorConfig

This commit is contained in:
Nikita Karamov 2023-08-30 11:19:33 +02:00
parent ca7a2d8045
commit 97e4909ffe
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
[src/i18n/translations/*.json]
indent_style = space
indent_size = 4
[*.md]
indent_style = space
max_line_length = off