Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Markdown code blocks migration part 8 (#22478) | Andrey Makarov | 2023-08-15 | 1 | -5/+5 |
| | |||||
* | some Token refactors (#21762) | metagn | 2023-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * test some Token refactors * fix CI * showcase for more reductions, will revert * Revert "showcase for more reductions, will revert" This reverts commit 5ba48591f4d53e8d83a27de8b03d26c6178dd3d1. * make line and column int32 * remove int32 change | ||||
* | refactor strongSpaceB with an enum (#20809) | ringabout | 2022-11-10 | 1 | -1/+1 |
| | | | refactor strongSpaceB | ||||
* | fixes #15688; handle `strongSpace` overflow issues (#20724) | ringabout | 2022-11-03 | 1 | -1/+1 |
| | | | | | | | * fixes #15688; handle `strongSpace` overflow issues * stop at 1 * change the type of strongSpaceA to bool | ||||
* | fix #12155, improve nimpretty's handling of pragmas (#17353) | Miran | 2021-03-12 | 1 | -0/+4 |
| | |||||
* | use typeof instead type (#16962) | flywind | 2021-02-08 | 1 | -3/+3 |
| | |||||
* | fix #14401, trailing comma confuses nimpretty (#14867) | Miran | 2020-07-01 | 1 | -0/+21 |
| | |||||
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here. | ||||
* | nimpretty: fixes #11616 | Araq | 2019-07-18 | 1 | -0/+36 |
| | |||||
* | nimpretty: fixes #11699 | Araq | 2019-07-18 | 1 | -0/+25 |
| | |||||
* | nimpretty: fix #11700, no extra newlines (#11714) | Miran | 2019-07-12 | 1 | -0/+20 |
| | |||||
* | nimpretty: yet another improvement | Araq | 2019-07-09 | 1 | -0/+10 |
| | |||||
* | nimpretty: don't introduce extra spaces after a colon or a comma (#11672) | Miran | 2019-07-07 | 1 | -0/+3 |
| | |||||
* | nimpretty: don't touch formatted multiline comments (#11663) | Miran | 2019-07-05 | 1 | -0/+28 |
| | |||||
* | nimpretty: relax line length rules when dealing with (inline) comments (#11657) | Miran | 2019-07-05 | 1 | -0/+12 |
| | |||||
* | [bugfix] fix wrong nimpretty unidents, refs #11616 (#11645) | Miran | 2019-07-03 | 1 | -0/+12 |
| | |||||
* | [bugfix] nimpretty indents multiline comments correctly (#11607) | Miran | 2019-07-02 | 1 | -0/+19 |
| | |||||
* | nimpretty: bugfix [bugfix] | Araq | 2019-06-28 | 1 | -0/+39 |
| | |||||
* | [bugfix] fix #11469, new rules for a newline in nimpretty (#11512) | Miran | 2019-06-26 | 1 | -1/+12 |
| | | | | | * [bugfix] fix #11469, new rules for a newline in nimpretty * concatenate two lines if they have the same indentation level | ||||
* | [bugfix] nimpretty: better alignment; fixes #11467 | Araq | 2019-06-14 | 1 | -0/+175 |
| | |||||
* | [bugfix] nimpretty: fixes #11470 | Araq | 2019-06-13 | 1 | -0/+15 |
| | |||||
* | [bugfix] nimpretty: fixes #11468 | Araq | 2019-06-13 | 1 | -0/+8 |
| | |||||
* | nimpretty: smart tabs support, fixes #9399 [bugfix] | Andreas Rumpf | 2019-06-10 | 1 | -0/+13 |
| | |||||
* | nimpretty: closes #10159 [bugfix] | Araq | 2019-06-07 | 1 | -0/+12 |
| | |||||
* | nimpretty: fixes #10177 [bugfix] | Araq | 2019-06-07 | 1 | -0/+9 |
| | |||||
* | nimpretty: fixes #10295 | Araq | 2019-06-07 | 1 | -0/+9 |
| | |||||
* | fixes #10200 (#10950) | tofu | 2019-04-04 | 1 | -0/+6 |
| | | | | | | | | | | | | * fixes #10200 * add rule for other comparison operators * add rule for '!=' * add test * fixed to pass the test | ||||
* | nimpretty: fixes #9673 [backport] | Andreas Rumpf | 2018-11-11 | 1 | -0/+3 |
| | |||||
* | nimpretty: fixes #9500 | Araq | 2018-10-25 | 1 | -0/+23 |
| | |||||
* | nimpretty: fixes #9504 | Araq | 2018-10-25 | 1 | -0/+5 |
| | |||||
* | nimpretty: add #!nimpretty on/off directives | Andreas Rumpf | 2018-10-16 | 1 | -2/+10 |
| | |||||
* | nimpretty: fixes #8626 | Andreas Rumpf | 2018-10-16 | 1 | -0/+5 |
| | |||||
* | nimpretty: render r-strings properly, fixes #9236 | Andreas Rumpf | 2018-10-16 | 1 | -0/+2 |
| | |||||
* | nimpretty: detect '; vs ,' style based on the first usage of the token in ↵ | Araq | 2018-06-26 | 1 | -1/+1 |
| | | | | parameter lists | ||||
* | nimpretty: bugfixes; refs #8078 | Araq | 2018-06-20 | 1 | -0/+16 |
| | |||||
* | nimpretty: added more code claimed to not be working | Andreas Rumpf | 2018-06-20 | 1 | -0/+13 |
| | |||||
* | nimpretty: fixes more reported issues | Andreas Rumpf | 2018-06-20 | 1 | -0/+3 |
| | |||||
* | nimpretty: don't produce trailing whitespace; fixes the rendering of unary ↵ | Andreas Rumpf | 2018-06-19 | 1 | -1/+1 |
| | | | | operators | ||||
* | nimpretty: proper command line handling; added tests; travis ensures these ↵ | Andreas Rumpf | 2018-06-19 | 1 | -0/+284 |
stay green |