diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-24 22:09:37 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-24 22:41:54 +0900 |
| commit | e8cb31541984e93dcbaa5f2ac5f56ec390279d5e (patch) | |
| tree | 115b545d1ab3bd0fb28a6c734e9bdc840e24c018 /.editorconfig | |
| parent | f0c4ee4047f3b70241bacab712642437e37fad2f (diff) | |
| download | fzf-e8cb31541984e93dcbaa5f2ac5f56ec390279d5e.tar.gz | |
Apply shfmt to bash script files (make fmt)
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 15230cdb..d8eea4d2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 |
