mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-08 03:13:48 -05:00
21 lines
467 B
INI
21 lines
467 B
INI
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
|