From d084c5bf849184f8936a8157f1d036cf9a208e07 Mon Sep 17 00:00:00 2001 From: Maciej Sypien Date: Sat, 14 Sep 2024 19:43:09 +0200 Subject: [PATCH] feat: use 2 indent for sh,tmux files --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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