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