mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 07:30:58 +00:00
chore: update editorconfig got js.template files
This commit is contained in:
parent
9052265d5b
commit
d69bbb326c
1 changed files with 4 additions and 4 deletions
|
@ -10,11 +10,11 @@ insert_final_newline = true
|
||||||
curly_bracket_next_line = false
|
curly_bracket_next_line = false
|
||||||
spaces_around_operators = true
|
spaces_around_operators = true
|
||||||
|
|
||||||
[*.{js,py}]
|
[*.js]
|
||||||
indent_size = 4
|
|
||||||
|
|
||||||
[*.{js,ts}]
|
|
||||||
quote_type = double
|
quote_type = double
|
||||||
|
|
||||||
|
[*.{js,js.template,py}]
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
[*.{markdown,md}]
|
[*.{markdown,md}]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
Loading…
Reference in a new issue