Created
June 21, 2016 09:45
-
-
Save olafurpg/05f6cb53b8b25ab50975d7cd8c3666e9 to your computer and use it in GitHub Desktop.
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
// indent: 4 + 2 | |
while (!hasReachedEof(curr) && | |
!statementStarts.contains(hash(tokens(curr.splits.length).left))) { | |
foo | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context: https://github.com/scala-js/scala-js/blob/master/CODINGSTYLE.md#long-expressions-with-binary-operators