/
githubmirror
/
fzf
Обзор
Документация
Войти
/
githubmirror
/
fzf
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.editorconfig
20 строк
472 B
bitraid
Add .fish to .editorconfig shell script rules
04 апр 2026, 03:47
Не верифицирован
04 апр 2026, 03:47
c516aca
Код
Авторство
О чём код?
root = true [*.{sh,bash,fish}] 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