You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the expression nesting level jumps from, say, 3 to 6, it needs to consider all possible indentation permutations:
3:6
3:4:6
3:5:6
3:4:5:6
Before this fix, though, it would incorrectly do every subset starting at *zero*, not the minimum leading to tons of extra subsets to consider.
On my machine, this takes formatting dart2js from ~5s to 2.889s.
BUG=dart-lang/dart_style#102[email protected]
Review URL: https://chromiumcodereview.appspot.com//814913003
Can either do this manually, or wait until the linter supports it.
The text was updated successfully, but these errors were encountered: