diff --git a/.editorconfig b/.editorconfig index 0595d35..d3b3e1a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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