summaryrefslogtreecommitdiffstats
path: root/tools/gn/command_format_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* gn format: Have format sort sourcesscottmg2015-02-281-0/+1
* Make running gn format unittests from anywhere workscottmg2014-12-191-16/+18
* gn format: fix not indenting multiline continued correctlyscottmg2014-12-031-0/+1
* gn format: don't break+indent if it's going to be forced past 80col anywayscottmg2014-12-031-0/+1
* gn format: Special case for single arg function calls containing boolean opsscottmg2014-12-011-0/+1
* gn format: Make parenthesizing betterscottmg2014-12-011-0/+2
* gn format: Fix and enable a few more testsscottmg2014-11-261-3/+7
* gn format: penalty-based scheme for line breakingscottmg2014-11-261-3/+15
* gn format: use input line breaks rather than attempting rule-based line breaksscottmg2014-11-071-1/+2
* gn format: Fix suffix comment being dropped on importscottmg2014-11-071-0/+6
* gn format: fix trailing comment attachmentscottmg2014-11-051-1/+1
* gn format: more blank line avoidancescottmg2014-10-071-0/+5
* gn format: fix some cases of too many blank lines between itemsscottmg2014-10-071-0/+2
* gn format: fix some unnecessary line breakingscottmg2014-10-061-0/+2
* gn format: make precedence and parens workscottmg2014-10-051-1/+2
* gn format: refactor function call printingscottmg2014-10-041-1/+1
* gn format: accept input from stdin, add vim helperscottmg2014-10-031-0/+2
* gn format: support absolute file system pathsscottmg2014-10-021-2/+8
* gn format: add call wrappingscottmg2014-10-021-0/+2
* gn format: properly break and align multiple suffix commentsScott Graham2014-09-291-0/+1
* gn format: make sure there's a blank line before comments, except at block startScott Graham2014-09-291-0/+1
* gn format: don't crash when there's no block on a function callScott Graham2014-09-291-0/+1
* gn format: fix comments at end of blocksscottmg2014-09-291-1/+4
* gn: start of format commandscottmg2014-09-261-0/+45