mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-17 18:10:10 +08:00
43 lines
633 B
INI
43 lines
633 B
INI
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# This file is maintained in https://github.com/WeblateOrg/meta/
|
|
|
|
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
|
|
|
|
[*.html]
|
|
indent_size = 2
|
|
|
|
[*.py]
|
|
indent_size = 4
|
|
|
|
[*.rst]
|
|
indent_size = 3
|
|
|
|
[*.js]
|
|
quote_type = double
|
|
|
|
[*.{markdown,md}]
|
|
trim_trailing_whitespace = false
|
|
|
|
[[shell]]
|
|
indent_style = space
|
|
indent_size = 4
|
|
space_redirects = true
|
|
simplify = true
|
|
|
|
[*.{kt,kts}]
|
|
indent_size = 4
|