weblate/.editorconfig
Michal Čihař 4316b6467f chore: introduce shellfmt for formatting shell files
This makes them look consistent and formatting is now enforced.
2024-10-04 15:03:44 +02:00

31 lines
422 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]
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