summary refs log tree commit diff stats
path: root/nimpretty/tests
Commit message (Collapse)AuthorAgeFilesLines
* nimpretty: fix #11700, no extra newlines (#11714)Miran2019-07-122-0/+40
|
* nimpretty: more comment indentation fixesnarimiran2019-07-092-0/+26
|
* nimpretty: more improvementsAraq2019-07-092-0/+90
|
* nimpretty: yet another improvementAraq2019-07-092-0/+20
|
* nimpretty: don't introduce extra spaces after a colon or a comma (#11672)Miran2019-07-072-130/+136
|
* nimpretty: improved detection of commas and semicolons (#11661)Miran2019-07-062-0/+4
| | | | | | * nimpretty: improved detection of commas and semicolons * address the comments
* nimpretty: don't touch formatted multiline comments (#11663)Miran2019-07-052-4/+60
|
* nimpretty: relax line length rules when dealing with (inline) comments (#11657)Miran2019-07-053-5/+29
|
* [bugfix] fix wrong nimpretty unidents, refs #11616 (#11645)Miran2019-07-032-0/+25
|
* [bugfix] nimpretty indents multiline comments correctly (#11607)Miran2019-07-022-0/+38
|
* nimpretty: bugfix [bugfix]Araq2019-06-282-0/+78
|
* [bugfix] fix #11469, new rules for a newline in nimpretty (#11512)Miran2019-06-264-18/+36
| | | | | * [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 #11467Araq2019-06-142-0/+350
|
* [bugfix] nimpretty: fixes #11470Araq2019-06-132-0/+30
|
* [bugfix] nimpretty: fixes #11468Araq2019-06-132-0/+16
|
* nimpretty: smart tabs support, fixes #9399 [bugfix]Andreas Rumpf2019-06-102-4/+30
|
* nimpretty: fixes #10156 [bugfix]Andreas Rumpf2019-06-082-0/+98
|
* nimpretty: closes #10159 [bugfix]Araq2019-06-072-0/+24
|
* nimpretty: fixes #9505 [bugfix]Araq2019-06-072-0/+48
|
* nimpretty: fixes #10177 [bugfix]Araq2019-06-072-0/+18
|
* nimpretty: fixes #10295Araq2019-06-072-0/+19
|
* fixes #10200 (#10950)tofu2019-04-042-0/+12
| | | | | | | | | | | | * fixes #10200 * add rule for other comparison operators * add rule for '!=' * add test * fixed to pass the test
* nimpretty: fixes #9673 [backport]Andreas Rumpf2018-11-112-0/+6
|
* nimpretty: fixes #9506Andreas Rumpf2018-10-262-0/+12
|
* nimpretty: fixes #9500Araq2018-10-252-0/+46
|
* nimpretty: fixes #9504Araq2018-10-252-0/+10
|
* nimpretty: closes #9484Araq2018-10-242-0/+18
|
* nimpretty: test for idempotence; fixes #9483Araq2018-10-242-0/+14
|
* nimpretty: fixes #8078Araq2018-10-242-0/+16
|
* nimpretty: fixes #9398Araq2018-10-243-1/+14
|
* closes #9400Araq2018-10-232-0/+10
|
* nimpretty: minor bug fixAraq2018-10-232-0/+2
|
* nimpretty: added an new simple testAndreas Rumpf2018-10-162-0/+6
|
* nimpretty: fixes #9144Andreas Rumpf2018-10-162-0/+9
|
* nimpretty: add #!nimpretty on/off directivesAndreas Rumpf2018-10-162-4/+20
|
* nimpretty: fixes #8626Andreas Rumpf2018-10-162-0/+10
|
* nimpretty: render r-strings properly, fixes #9236Andreas Rumpf2018-10-162-0/+4
|
* nimpretty: detect '; vs ,' style based on the first usage of the token in ↵Araq2018-06-261-1/+1
| | | | parameter lists
* nimpretty: bugfixes; refs #8078Araq2018-06-202-0/+34
|
* nimpretty: added more code claimed to not be workingAndreas Rumpf2018-06-202-0/+26
|
* nimpretty: fixes more reported issuesAndreas Rumpf2018-06-202-0/+6
|
* nimpretty: don't produce trailing whitespace; fixes the rendering of unary ↵Andreas Rumpf2018-06-192-7/+7
| | | | operators
* nimpretty: proper command line handling; added tests; travis ensures these ↵Andreas Rumpf2018-06-192-0/+575
stay green
9 +0100 committer hut <hut@lavabit.com> 2010-01-14 02:53:59 +0100 readme: added part "customizing ranger"' href='/akspecs/ranger/commit/README?id=306c76d8fbe649a0bf6c34a1fc446af6d2ec201b'>306c76d8 ^
b6aff4c3 ^

306c76d8 ^
4ea0f69a ^

45cf5174 ^







fab4dc54 ^
45cf5174 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137