EditorConfig: set `binary_next_line` to false
parent
84d73614a1
commit
8bcc44fa13
|
|
@ -21,7 +21,7 @@ indent_size = tab
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
shell_variant = bash
|
shell_variant = bash
|
||||||
binary_next_line = true # like -bn
|
binary_next_line = false # like -bn
|
||||||
switch_case_indent = true # like -ci
|
switch_case_indent = true # like -ci
|
||||||
space_redirects = true # like -sr
|
space_redirects = true # like -sr
|
||||||
keep_padding = false # like -kp
|
keep_padding = false # like -kp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue