summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 15230cdb9f2dd11408f560d62090225a73e1bec6 (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   = true
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   = true
switch_case_indent = true
space_redirects    = true
function_next_line = false