mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-26 09:34:56 +08:00
22 lines
321 B
INI
22 lines
321 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
spaces_around_operators = true
|
|
|
|
[*.bat]
|
|
end_of_line = crlf
|
|
|
|
[*.{py,rst,sh}]
|
|
indent_size = 4
|
|
|
|
[*.{js}]
|
|
quote_type = double
|
|
|
|
[*.{markdown,md}]
|
|
trim_trailing_whitespace = false
|