-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't change the indent for parentheses-enclosed expressions
### What's done: * From now on, parentheses (`LPAR`/`RPAR`) don't increment or decrement the indent unless they're a part of a function declaration or a function call. * Parentheses which just enclose an expression don't affect the indent at all. * This fixes #1409.
- Loading branch information
1 parent
5f77cad
commit 023496c
Showing
2 changed files
with
117 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters