m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

Apply shfmt to bash script files (make fmt)

This commit is contained in:
Junegunn Choi
2025-09-24 22:09:37 +09:00
parent f0c4ee4047
commit e8cb315419
11 changed files with 207 additions and 203 deletions

View File

@@ -4,7 +4,7 @@ root = true
indent_style = space
indent_size = 2
simplify = true
binary_next_line = true
binary_next_line = false
switch_case_indent = true
space_redirects = true
function_next_line = false
@@ -14,7 +14,7 @@ function_next_line = false
indent_style = space
indent_size = 2
simplify = true
binary_next_line = true
binary_next_line = false
switch_case_indent = true
space_redirects = true
function_next_line = false