Fix EditorConfig
This commit is contained in:
parent
ca7a2d8045
commit
97e4909ffe
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue