-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Listlike expressions (e.g. tuples, calls, paren-blocks, vectors) that span multiple lines now always require a leading and a trailing newline (and thus a trailing comma from previous listlike spacing code). For example ```diff -f(a, - b) +f( + a, + b, +) ``` - Listlike expressions are now hard indents instead of the soft/continuation style from before. This looks better. - Vectors (K"vect" and K"ref") are now spaced like lists. - Fix some bugs in spaces-around-operators when there where hidden newlines at the beginning of the call chain. Closes #9.
- Loading branch information
1 parent
2b782f4
commit e277ac2
Showing
6 changed files
with
473 additions
and
136 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
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
Oops, something went wrong.