space redirects in shell scripts

This commit is contained in:
Christian Winther 2024-02-22 14:53:59 +00:00
parent d9d2a475d8
commit f264dd1cbb
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ indent_size = 4
shell_variant = bash # like -ln=bash
binary_next_line = true # like -bn
switch_case_indent = true # like -ci
space_redirects = false # like -sr
space_redirects = true # like -sr
keep_padding = false # like -kp
function_next_line = true # like -fn
never_split = true # like -ns