forked from fsprojects/fantomas
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add number of items based record multiline formatter (fsprojects#1169)
* Add new multiline formatter for arrays and lists Add associated types (Size; MultilineFormatterType) and isSmallExpression for choosing a formatter based on Size given. * Add EditorConfig parsing code * Add tests * Run formatter * Remove quotes around string-enumeration * Add documentation * Rename LogicalSize.fs to LogicalSizeTests.fs * Add logically sized record multiline formatter * Remove spurious file * Add tests for MultilineBlockBracketsOnSameColumn * Fix typo in docs * Run formatter * Add config parsing tests * Run formatter * Add many more tests; some ignored due to open issues * Run formatter * Nitpicks Co-authored-by: nojaf <[email protected]>
- Loading branch information
1 parent
0771e9a
commit 746514d
Showing
8 changed files
with
1,157 additions
and
20 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.