Skip to content

Commit

Permalink
Revert "Set indent_paren_open_brace=true"
Browse files Browse the repository at this point in the history
This reverts commit 49595c2.
As it turns out, indent_paren_open_brace has other affects and the actual bug was indent_align_paren

Signed-off-by: Dan Rose <dan@digilabs.io>
  • Loading branch information
rotu committed Dec 5, 2019
1 parent d6840ae commit 18351a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ indent_braces_no_struct = false # false/true
indent_brace_parent = false # false/true

# Indent based on the paren open instead of the brace open in '({\n', default is to indent by brace.
indent_paren_open_brace = true # false/true
indent_paren_open_brace = false # false/true

# indent a C# delegate by another level, default is to not indent by another level.
indent_cs_delegate_brace = false # false/true
Expand Down

0 comments on commit 18351a8

Please sign in to comment.