- 16587c7 Refactor processChar to reduce complexity by Kauê Soares da Silveira · 3 weeks ago master
- 0b0c270 Refactor parseList to reduce complexity by Kauê Soares da Silveira · 4 weeks ago
- 3c4024c Refactor the parse function in third_party/txtpbfmt/impl.go to reduce its complexity. by Kauê Soares da Silveira · 4 weeks ago
- ff5ff96 Merge pull request #179 from mhsong21:sort-by-descriptor-field by txtpbfmt team · 5 weeks ago
- 41497d5 fix impl_test.go by martin · 6 weeks ago
- cbb9959 fix descriptor test by martin · 6 weeks ago
- 750f0e9 remove redundant code by martin · 6 weeks ago
- be00ef9 Implement SortFieldsByFieldNumber by martin · 6 weeks ago
- cf07efc Support sorting protos in DNS order. by txtpbfmt team · 9 weeks ago
- f293424 Move quote functions to a separate package. by Kauê Soares da Silveira · 4 months ago
- 5749ee8 Factor wrapping code into separate package. by Kauê Soares da Silveira · 4 months ago
- 882eecd Extract printing into its own file. by Kauê Soares da Silveira · 4 months ago
- df82afe Move implementation from parser.go to impl.go. by Kauê Soares da Silveira · 4 months ago
- b5dd51e Make private the symbols that don't have any users. by Kauê Soares da Silveira · 4 months ago
- 3f6fb1a Move sorting logic to sort.go. by Kauê Soares da Silveira · 4 months ago
- e38bc7b No public description by Kauê Soares da Silveira · 4 months ago
- c99e993 Move parser.Config to config.go. by Kauê Soares da Silveira · 4 months ago
- ef04f62 Delete parser.Logger alias. by Kauê Soares da Silveira · 4 months ago
- d84393b Correct use of the logger in fmt.go. by Kauê Soares da Silveira · 4 months ago
- 88e1abe Move parser.Logger to logger.go. by Kauê Soares da Silveira · 4 months ago
- 763389c Improve formatting of test inputs. by Kauê Soares da Silveira · 4 months ago
- 5e76e95 Improve formatting of test inputs. by Kauê Soares da Silveira · 4 months ago
- 9bdfa6b Improve formatting of test inputs. by Kauê Soares da Silveira · 4 months ago
- b314625 Fix html wrapping and add test. by Kauê Soares da Silveira · 5 months ago
- 078d4ca Fix removeDeleted for empty children. by Kauê Soares da Silveira · 5 months ago
- f802d85 Fix lint errors. by Kauê Soares da Silveira · 5 months ago
- 92bab53 Cover additional error handling paths. by Kauê Soares da Silveira · 5 months ago
- 6faac8e Migrate deprecated ioutil package calls to os calls. by Kauê Soares da Silveira · 5 months ago
- c917e96 Use function to append runes. by Kauê Soares da Silveira · 5 months ago
- ddd2b88 Refactor: Split Unescape logic into dedicated functions. by Kauê Soares da Silveira · 5 months ago
- 01a3745 Reduce cognitive complexity of main function in txtpbfmt. by Kauê Soares da Silveira · 5 months ago
- 6abc7e9 Refactor: extract some methods from `readValues` by Kauê Soares da Silveira · 5 months ago
- 16d806f Cleanup the code for handling bracket matching in textproto. by Kauê Soares da Silveira · 5 months ago
- c439210 Break the parsing of nodes into smaller functions. by Kauê Soares da Silveira · 5 months ago
- 5d434e0 Extracted list of values same-line check to it's own function. by Kauê Soares da Silveira · 5 months ago
- cf9b98b Simplified the readTemplate() function. by Kauê Soares da Silveira · 5 months ago
- b50f23a Move write pre-comments into a separate function. by Kauê Soares da Silveira · 5 months ago
- 45135e7 Refactor `writeNodes` function to be more readable by creating `writeNode` function. by Kauê Soares da Silveira · 5 months ago
- 9806ea3 Reduce cyclomatic complexity in `needsWrappingAtColumn` by extracting `shouldWrapString`. by Kauê Soares da Silveira · 5 months ago
- 504d2d4 Simplify implementation of wrapStrings. by Kauê Soares da Silveira · 5 months ago
- f485d84 Split text txtpbfmt wrap logic into separate functions. by Kauê Soares da Silveira · 5 months ago
- 6e73f7a Pull consumeWhitespace out of readFormatterDisabledBlock. by Kauê Soares da Silveira · 5 months ago
- a5fe556 Add a config called reverse_sort to reverse the sort order of sort_* configs by txtpbfmt team · 8 months ago
- bcaa210 Generalize sort_repeated_fields_by_subfield to any path to the subfields. by txtpbfmt team · 8 months ago
- 1ee4910 chomp carriage returns by txtpbfmt team · 9 months ago
- 30b622f change to go ver to 1.19 by txtpbfmt team · 9 months ago
- feedd82 Merge pull request #127 from protocolbuffers:dependabot/go_modules/github.com/golang/glog-1.2.4 by txtpbfmt team · 9 months ago
- d2d5496 Bump github.com/golang/glog by dependabot[bot] · 9 months ago dependabot/go_modules/github.com/golang/glog-1.2.4
- 20d2c9e Recognize \r as a valid space separator by txtpbfmt team · 12 months ago
- 5c07d7c Improve error readability by txtpbfmt team · 12 months ago
- 11f40bd Include the line number when reporting an extra '}' or '>', rather than just the character index. by txtpbfmt team · 1 year, 1 month ago
- 8e6b51f Incremental improvement to granular disabling directive. by txtpbfmt team · 1 year, 3 months ago
- e3b1504 Correctly implement granular formatter disabling and allow some white space before directive. by txtpbfmt team · 1 year, 3 months ago
- 21b1d98 Fix granular formatting disable to allow for preceding blank lines. by txtpbfmt team · 1 year, 3 months ago
- 0a5c94e Fix granular formatting disable to allow for preceding blank lines. by txtpbfmt team · 1 year, 3 months ago
- a619d35 txtpbfmt: add support for wrapping without wordwrap by txtpbfmt team · 1 year, 3 months ago
- 70a5980 Allow granular disabling of formatter and fix unnecessary nil check. by txtpbfmt team · 1 year, 3 months ago
- dedd929 Internal. by Kauê Soares da Silveira · 1 year, 5 months ago
- 1e18ef0 Make quote symbol preserved in multiline quoted strings. by txtpbfmt team · 1 year, 7 months ago
- ef3ab17 Rollback of "Prevent blank lines between a comment and an item from moving with the item". by txtpbfmt team · 1 year, 10 months ago
- 426a488 Sort list values if repeated field sorting is enabled. by txtpbfmt team · 1 year, 10 months ago
- 5d63926 Prevent blank lines between a comment and an item from moving with the item. by txtpbfmt team · 1 year, 10 months ago
- 442737f Add a method for checking if a node is a blank line. by txtpbfmt team · 1 year, 10 months ago
- 75d56e8 Simplify handling of newline characters at the end of previous items in the parse loop. by txtpbfmt team · 1 year, 10 months ago
- c34e10e Add a test case that makes it easy to see that detached comments affect sorting. by txtpbfmt team · 1 year, 10 months ago
- 7af6c07 Add a test case that shows the blank line collapsing behavior. by txtpbfmt team · 1 year, 10 months ago
- 084445f Document configurable txtpbfmt features. by Kauê Soares da Silveira · 2 years, 1 month ago
- 1072508 Add additional tests that demonstrate how textproto lists are parsed by txtpbfmt team · 2 years, 1 month ago
- d9d085e Update `parser.ByFieldOrder` to make it clear that it is transitive and stable. by Kauê Soares da Silveira · 2 years, 2 months ago
- f3cc041 Make `sort_repeated_fields_by_content` transitive and stable. by Kauê Soares da Silveira · 2 years, 2 months ago
- d15414b Make `sort_repeated_fields_by_subfield` transitive and stable. by Kauê Soares da Silveira · 2 years, 2 months ago
- c3c0a04 Sort all children and also sort adjacent children with the same name. by Kauê Soares da Silveira · 2 years, 2 months ago
- 0c31dbd Preserve multi-line value lists when calling Fix() by txtpbfmt team · 2 years, 3 months ago
- 58d06d1 Replace `out` with `PrettyBytes` by txtpbfmt team · 2 years, 4 months ago
- fa9f017 trim trailing newlines by Kauê Soares da Silveira · 2 years, 7 months ago
- 7962e19 trim trailing newlines by Mike Frysinger · 2 years, 7 months ago
- 3462fbc Add more flags to fmt command. by txtpbfmt team · 2 years, 8 months ago
- 7e3b713 Auto-disable WrapStringsAfterNewlines for binary-ish strings. by txtpbfmt team · 2 years, 8 months ago
- 0e3c6a0 Allow <stdin> to be called something else in log/error messages by txtpbfmt team · 2 years, 8 months ago
- 9485b87 Preserve comments between field name and start of field values in list syntax by txtpbfmt team · 2 years, 8 months ago
- 1a4f451 Add WrapStringsAfterNewlines config option. by txtpbfmt team · 2 years, 8 months ago
- 76f6261 Update txtpbfmt go.mod to go 1.18. by Kauê Soares da Silveira · 2 years, 9 months ago
- 765cbae Merge pull request #77 from mvdan:parser-glog by txtpbfmt team · 2 years, 9 months ago
- ec6184f parser: replace glog Infof calls with an interface by Daniel Martí · 2 years, 10 months ago
- 31ca894 unquote: drop dependency on glog by Daniel Martí · 2 years, 10 months ago
- fcc1fa2 Mark doc as exempt from freshness. by Kauê Soares da Silveira · 2 years, 10 months ago
- b39e15a Merge pull request #84 from mvdan:parser-log-errorf-2 by txtpbfmt team · 2 years, 10 months ago
- c76798a parser: swap all log.Errorf calls with error values, take 2 by Daniel Martí · 2 years, 10 months ago
- d8aad3f Preserve comments between field name and field values by txtpbfmt team · 2 years, 10 months ago
- d5145a9 Generate stable results when multiple 'sort_repeated_fields_by_subfield' are given. by txtpbfmt team · 2 years, 10 months ago
- 5ecdd59 Internal by txtpbfmt team · 2 years, 10 months ago
- db1d62a parser: swap all log.Errorf calls with error values by Daniel Martí · 2 years, 10 months ago
- 31e4035 Update install to reflect deprecation of 'go get' outside a module. by txtpbfmt team · 3 years ago
- 61ed6f8 update documentation to mention the Text Format Language Specification. by Kauê Soares da Silveira · 3 years, 1 month ago
- 95970ee Fix text wrapping bug, where inline children caused wrapping to by txtpbfmt team · 3 years, 2 months ago
- fc78c76 Fix misspelling of "explicitly" by txtpbfmt team · 3 years, 5 months ago
- 74888fd Rollback of: Made the missing colon for scalar check less restrictive, and it now doesn't error for unexpected invalid textproto, such as `<nil>`. by Kauê Soares da Silveira · 3 years, 7 months ago
- dea0808 Made the missing colon for scalar check less restrictive, and it now doesn't error for unexpected invalid textproto, such as `<nil>`. by txtpbfmt team · 3 years, 7 months ago
- 8830a50 Allow sorting by a user-specified field order. by txtpbfmt team · 3 years, 7 months ago
- d629130 Internal change by txtpbfmt team · 3 years, 7 months ago