diff --git a/.editorconfig b/.editorconfig index 6a18d8f259..f0c3faa747 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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