From aacaae064b1a7148622105c97ce733db10e4812d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 4 Jul 2020 18:45:11 +0100 Subject: [PATCH] Add .editorconfig file --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e77dabd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +[{*.sh,*.bash,*.zsh,zshenv,zshrc}] +indent_style = space +indent_size = 2 + +# shfmt options +shell_variant = bash # like -ln bash +binary_next_line = false # like -bn +switch_case_indent = true # like -ci +space_redirects = true # like -sr +keep_padding = false # like -kp +function_next_line = false # like -fn + +[tmux/plugins/**] +ignore = true