瀏覽代碼

space redirects in shell scripts

Christian Winther 1 年之前
父節點
當前提交
f264dd1cbb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

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