EditorConfig: set `binary_next_line` to false

pull/1948/head
John D Pell 2021-10-22 11:10:32 -07:00
parent 84d73614a1
commit 8bcc44fa13
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ indent_size = tab
indent_style = tab
shell_variant = bash
binary_next_line = true # like -bn
binary_next_line = false # like -bn
switch_case_indent = true # like -ci
space_redirects = true # like -sr
keep_padding = false # like -kp