mirror of https://github.com/zulip/zulip.git
editorconfig: Use [[shell]] section for shfmt options.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
8b8c43163f
commit
12699cdb1d
|
@ -8,8 +8,9 @@ indent_style = space
|
|||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
binary_next_line = true # for shfmt
|
||||
switch_case_indent = true # for shfmt
|
||||
[[shell]]
|
||||
binary_next_line = true
|
||||
switch_case_indent = true
|
||||
|
||||
[{*.{js,json,ts},check-openapi}]
|
||||
max_line_length = 100
|
||||
|
|
Loading…
Reference in New Issue