summary refs log tree commit diff stats
path: root/compiler/layouter.nim
Commit message (Collapse)AuthorAgeFilesLines
* nimpretty: detect '; vs ,' style based on the first usage of the token in ↵Araq2018-06-261-1/+7
| | | | parameter lists
* nimpretty: bugfixes; refs #8078Araq2018-06-201-4/+7
|
* nimpretty: fixes more reported issuesAndreas Rumpf2018-06-201-3/+4
|
* nimpretty: don't produce trailing whitespace; fixes the rendering of unary ↵Andreas Rumpf2018-06-191-4/+9
| | | | operators
* nimpretty: proper command line handling; added tests; travis ensures these ↵Andreas Rumpf2018-06-191-7/+5
| | | | stay green
* nimpretty improvementsAndreas Rumpf2018-06-191-41/+46
|
* nimpretty: don't touch dense binary operatorsAndreas Rumpf2018-06-171-9/+13
|
* nimpretty: stuff that doesn't workAndreas Rumpf2018-06-161-6/+34
|
* nimpretty: more featuresAndreas Rumpf2018-06-161-11/+27
|
* nimpretty: render and/or/notin/in properlyAndreas Rumpf2018-06-161-2/+9
|
* nimpretty: first version that seems useful for others to test itAndreas Rumpf2018-06-161-0/+201