mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:26:42 +00:00
Add .editorconfig file
This commit is contained in:
14
.editorconfig
Normal file
14
.editorconfig
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user