From 8bcc44fa13a6672c57e3cff675137999e27dc814 Mon Sep 17 00:00:00 2001 From: John D Pell Date: Fri, 22 Oct 2021 11:10:32 -0700 Subject: [PATCH] EditorConfig: set `binary_next_line` to false --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d3023f0f..8962996a 100755 --- a/.editorconfig +++ b/.editorconfig @@ -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