Add support for an extended indent after an opening ( in expressions#1475
Merged
0x6675636b796f75676974687562 merged 1 commit intomasterfrom Jul 25, 2022
Merged
Conversation
### What's done: * The value of the indent is controlled with the `extendedIndentAfterOperators` flag. * Fixes #1448.
Codecov Report
@@ Coverage Diff @@
## master #1475 +/- ##
=========================================
Coverage 82.96% 82.96%
- Complexity 2567 2579 +12
=========================================
Files 111 111
Lines 7695 7708 +13
Branches 2112 2111 -1
=========================================
+ Hits 6384 6395 +11
- Misses 417 418 +1
- Partials 894 895 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Contributor
Contributor
nulls
approved these changes
Jul 25, 2022
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's done:
extendedIndentAfterOperatorsflag.
WRONG_INDENTATION: a newline after(within an expression should result in the extended indent for the remainder of the expression #1448.