diff --git a/.editorconfig b/.editorconfig index ab53e17..832785c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,10 +2,10 @@ indent_style = space indent_size = 2 -# shfmt options -shell_variant = bash # like -ln bash -binary_next_line = false # like -bn -switch_case_indent = true # like -ci -space_redirects = true # like -sr -keep_padding = false # like -kp -function_next_line = false # like -fn +# shfmt options (-ln bash -ci -sr) +shell_variant = bash +binary_next_line = false +switch_case_indent = true +space_redirects = true +keep_padding = false +function_next_line = false