Eugen Wissner
|
1f21a97713
|
Don't indent associative array keys as labels
|
2021-03-09 11:38:33 +01:00 |
Eugen Wissner
|
c4b6a7e7e3
|
Don't write a space after the return attribute
Fixes #521.
|
2021-02-27 16:06:06 +01:00 |
Eugen Wissner
|
e6199aaa9b
|
Don't output an extra newline after a comment
with keep_line_breaks=true.
Fixes #509 and #490.
|
2020-10-10 07:25:27 +02:00 |
Hackerpilot
|
41e8c05558
|
Fix #515
|
2020-10-07 02:19:55 -07:00 |
Brian Schott
|
7659b1ae1a
|
Fix Issue 508 (#511)
Fix Issue 508
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2020-10-01 08:35:20 +02:00 |
Eugen Wissner
|
eab4cac12f
|
Regenerate line break hints after newline
Fixes #486.
|
2020-09-04 00:14:25 +02:00 |
Eugen Wissner
|
94351246f6
|
Keep line break after function attributes
Fixes #504.
|
2020-09-02 09:09:19 +02:00 |
Eugen Wissner
|
d100c40dab
|
Print colon in AA before identifiers
|
2020-08-27 09:43:25 +02:00 |
Eugen Wissner
|
58b2c6ebc6
|
Break line on multiline strings
Fixes #476.
|
2020-08-10 15:25:59 +02:00 |
Mathis Beer
|
b5dbb0e031
|
Fix issue 483: indent continuing case statements on the same level
|
2020-07-22 10:27:52 +02:00 |
Mathis Beer
|
e4f2f20720
|
Fix issue 497: insert space before function/delegate in function type that returns template instantiated with parenless value argument
|
2020-07-20 08:04:51 +02:00 |
Eugen Wissner
|
ef83514541
|
keep_line_breaks: Compare with the token end line
|
2020-03-24 14:39:31 +01:00 |
Eugen Wissner
|
394da5d02a
|
Fix break after comma, before this
|
2020-03-22 17:54:59 +01:00 |
The Dlang Bot
|
66faac49f1
|
Merge pull request #470 from dlang-community/issue-469
Fix Issue #469
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2020-03-09 10:03:20 +01:00 |
Brian Schott
|
b17304accd
|
Update tests/test.sh
Co-Authored-By: Jan Jurzitza <gh@webfreak.org>
|
2020-03-08 13:17:48 -07:00 |
Eugen Wissner
|
5f0d2843e6
|
Support disabling automatic line breaks
Support disabling automatic line breaks With --keep_line_breaks.
|
2020-03-07 21:14:10 +01:00 |
Hackerpilot
|
fbd8559ceb
|
Test case for issue 469
|
2020-03-06 13:10:21 -08:00 |
Hackerpilot
|
977318214d
|
Add check for tests that are supposed to error out, and clean up code based on shellcheck suggestions
|
2020-03-06 13:10:04 -08:00 |
Eugen Wissner
|
27929e4cc5
|
Wrap the argument list of a template function
Fixes #454.
|
2020-01-12 22:49:16 +01:00 |
Eugen Wissner
|
0795a477f1
|
Put space between a comment and an identifier
Fixes #452.
|
2020-01-05 23:11:18 +01:00 |
Eugen Wissner
|
8f779b33bf
|
Put a space in contract expressions
Fixes #448.
|
2020-01-05 20:28:56 +01:00 |
WebFreak001
|
8c2076d4f2
|
better gen_expected script
|
2019-11-25 17:10:20 +01:00 |
WebFreak001
|
79ae2c09d0
|
trivially fix #195
probably fixed in previous libdparse
|
2019-11-25 17:09:51 +01:00 |
WebFreak001
|
28b32d9d77
|
trivially fix #134
was fixed in the past
|
2019-11-25 17:09:51 +01:00 |
WebFreak001
|
d33b878965
|
fix #430 already working
resolved with previous libdparse update
|
2019-11-25 17:09:51 +01:00 |
sobaya
|
b3946b7525
|
Add: Test for nested struct formatting
|
2019-08-03 08:55:32 +09:00 |
sobaya
|
05db8ae8fa
|
Fix: indentation for wrapping in struct initializer
|
2019-08-01 17:43:45 +09:00 |
sobaya
|
81c607a115
|
Fix: extrace space after first field
|
2019-08-01 16:58:41 +09:00 |
sobaya
|
1024f16715
|
Add: struct fields to the test of issue 256
|
2019-07-30 23:04:02 +09:00 |
sobaya
|
ac61efe767
|
Fix: Issue 256 "named member struct initialisers"
|
2019-07-30 13:02:48 +09:00 |
Kotet
|
3af8edc57f
|
Fix #361 - Unexpected empty new line if function header ends with a comment
|
2019-05-14 09:00:56 +09:00 |
Kotet
|
f8f34ff097
|
Fix #426
|
2019-05-13 17:49:12 +09:00 |
Kotet
|
2cc1f59235
|
Fix #433
|
2019-05-13 12:13:32 +09:00 |
Hackerpilot
|
b4e97d3381
|
Fix #436
|
2019-02-20 11:25:31 -08:00 |
WebFreak001
|
bdac7361a5
|
Add test for issue0112 without array item
|
2019-01-12 12:37:06 +01:00 |
WebFreak001
|
7f41c8ae7f
|
fix array item access regression
|
2019-01-12 12:25:46 +01:00 |
WebFreak001
|
6dea7b689e
|
fix otbs expected test result for 2d arrays
|
2019-01-11 22:23:04 +01:00 |
WebFreak001
|
98cd73ec80
|
Fix 2D (assoc) arrays & add tests
Fix #312
|
2019-01-11 22:06:57 +01:00 |
WebFreak001
|
60b2cff18a
|
Adjust issue0017 for now (minor improvement)
|
2019-01-11 20:22:30 +01:00 |
WebFreak001
|
fcad21ba61
|
Improve AA formatting
fix #143, fix Pure-D/code-d#188
|
2019-01-11 00:50:50 +01:00 |
Laurent Tréguier
|
67664c2835
|
Don't put spaces inside empty braces
|
2018-11-06 16:40:25 +01:00 |
Bastiaan Veelo
|
92d5e1ac8c
|
Allow comments in selective imports. (#403)
Allow comments in selective imports.
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2018-10-19 01:45:52 +02:00 |
Laurent Tréguier
|
6ad2fbb6fc
|
Fix #287 - Extra space after import in delegate
|
2018-10-15 10:14:23 +02:00 |
Laurent Tréguier
|
049f86ebfd
|
Fix #349 - Wrong indentation of access modifier after break of long line
|
2018-10-11 05:43:37 +02:00 |
Laurent Tréguier
|
2578dbf2a7
|
Fix #267 - Indentation with debug inconsistent
|
2018-10-11 05:43:18 +02:00 |
Laurent Tréguier
|
908f32e433
|
Properly recognize debug as block header
|
2018-10-11 05:43:18 +02:00 |
Laurent Tréguier
|
b928eb6d84
|
Fix #345 - Case of trailing white space
|
2018-10-10 13:37:06 +02:00 |
Laurent Tréguier
|
6ff47e106a
|
Fix else indentation after debug conditions
|
2018-10-09 13:19:07 +02:00 |
Laurent Tréguier
|
c84db53c7c
|
Fix #372 - Improper indentation after single-line catch (#395)
Fix #372 - Improper indentation after single-line catch
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-10-08 13:32:15 +02:00 |
Laurent Tréguier
|
f3463cdd34
|
Fix #326 - Spaces missing after attributes in function literals (#394)
Fix #326 - Spaces missing after attributes in function literals
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-10-07 20:47:28 +02:00 |