-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove maxLineLength arg from Prettify() function, since it complicates usability of the function. Now the max line length is hardcoded to 80 chars. - Document Prettify() function. - Rename prettier.go to more correct prettifier.go. - Simplify the code a bit and make sure it covers various edge cases. - Make sure that Prettify() tests cover 100% of the corresponding code.
- Loading branch information
Showing
6 changed files
with
394 additions
and
1,647 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.