summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: d8eea4d2e768f1123c0c974c194dee0d953487b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
root = true

[*.{sh,bash}]
indent_style       = space
indent_size        = 2
simplify           = true
binary_next_line   = false
switch_case_indent = true
space_redirects    = true
function_next_line = false

# also bash scripts.
[{install,uninstall,bin/fzf-preview.sh,bin/fzf-tmux}]
indent_style       = space
indent_size        = 2
simplify           = true
binary_next_line   = false
switch_case_indent = true
space_redirects    = true
function_next_line = false