feat: use 2 indent for sh,tmux files
This commit is contained in:
parent
48c8dcb2b6
commit
d084c5bf84
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ trim_trailing_whitespace = false
|
||||||
[*.{cmd,bat,ps1}]
|
[*.{cmd,bat,ps1}]
|
||||||
end_of_line = crlf
|
end_of_line = crlf
|
||||||
|
|
||||||
[*.sh]
|
[*.{sh,tmux}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 2
|
||||||
|
|
||||||
shell_variant = posix # like -ln=posix
|
shell_variant = posix # like -ln=posix
|
||||||
binary_next_line = true # like -bn
|
binary_next_line = true # like -bn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue