Files
zulip/.editorconfig
Anders Kaseorg e470253b62 lint: Add shfmt as a linter.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 6099612a15)
2020-10-28 17:12:50 -07:00

22 lines
322 B
INI

root = true
[*]
end_of_line = lf
charset = utf-8
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
binary_next_line = true # for shfmt
switch_case_indent = true # for shfmt
[*.py]
max_line_length = 110
[*.{js,ts}]
max_line_length = 100
[*.{svg,rb,pp}]
indent_size = 2