feat: use 2 indent for sh,tmux files

This commit is contained in:
Maciej Sypien 2024-09-14 19:43:09 +02:00
parent 48c8dcb2b6
commit d084c5bf84
No known key found for this signature in database
GPG key ID: 10BC01EDA6827DC8

View file

@ -20,9 +20,9 @@ trim_trailing_whitespace = false
[*.{cmd,bat,ps1}]
end_of_line = crlf
[*.sh]
[*.{sh,tmux}]
indent_style = space
indent_size = 4
indent_size = 2
shell_variant = posix # like -ln=posix
binary_next_line = true # like -bn