You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitwatch/.editorconfig

12 lines
308 B
INI

[{*.sh,*.bats,*.bash}]
# like -i=2
indent_style = space
indent_size = 2
shell_variant = auto # like -ln=auto
binary_next_line = true # like -bn
switch_case_indent = true # like -ci
space_redirects = true # like -sr
#keep_padding = true # like -kp
#function_next_line = true # like -fn