chore(editorconfig): remove comments which interfered with bash-language-server

This commit is contained in:
2025-07-26 18:35:38 +01:00
parent a370a162fe
commit 46ef6795f1

View File

@@ -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