diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 15230cdb..d8eea4d2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true indent_style = space indent_size = 2 simplify = true -binary_next_line = true +binary_next_line = false switch_case_indent = true space_redirects = true function_next_line = false @@ -14,7 +14,7 @@ function_next_line = false indent_style = space indent_size = 2 simplify = true -binary_next_line = true +binary_next_line = false switch_case_indent = true space_redirects = true function_next_line = false |
