소스 검색

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
 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