Dmitry Gridin
|
262c9e6858
|
TrailingCommaPostFormatProcessor: should work with call-site in limited mode
* remove useless comma
* format call if comma exists
#KT-39079 Fixed
|
2020-05-27 11:24:06 +00:00 |
|
Igor Yakovlev
|
bd9877cc62
|
Rename testdata from DestructuringDeclarations to DestructionDeclarations
|
2020-03-26 12:35:49 +03:00 |
|
Dmitry Gridin
|
cb66625688
|
TrailingComma: fix case of when without expression or property
#KT-34744
#KT-36393 Fixed
|
2020-02-06 23:55:59 +07:00 |
|
Dmitry Gridin
|
b5d0956a5e
|
Move call-site trailing comma to registry
#KT-34744
|
2020-02-04 21:34:53 +07:00 |
|
Dmitry Gridin
|
c5c035b67c
|
TrailingCommaPostFormatProcessor: fix comments position before comma
#KT-34744
|
2020-01-17 21:02:54 +07:00 |
|
Dmitry Gridin
|
9511348497
|
TrailingCommaPostFormatProcessor: should be completed in one round
#KT-34744
|
2020-01-17 21:02:53 +07:00 |
|
Dmitry Gridin
|
8a45d2eb58
|
Formatter: add line break between comma and semicolon
#KT-34744
|
2020-01-17 21:02:53 +07:00 |
|
Dmitry Gridin
|
b72da6c4fc
|
Formatter: support trailing comma in destruction declarations
#KT-34744
|
2020-01-17 21:02:53 +07:00 |
|
Dmitry Gridin
|
96a11707ca
|
Formatter: support trailing comma in lambda value parameters & fix comments in KtParameter
#KT-34744
|
2020-01-17 21:02:53 +07:00 |
|
Dmitry Gridin
|
d013fc2234
|
Formatter: support trailing comma in when entry
#KT-34744
|
2020-01-17 21:02:53 +07:00 |
|
Dmitry Gridin
|
4adfaab3ec
|
Formatter: support trailing comma in lambda parameters
#KT-34744
|
2020-01-17 21:02:53 +07:00 |
|
Dmitry Gridin
|
07bda5a759
|
Formatter: support trailing comma in collection literal expression
#KT-34744
|
2020-01-17 21:02:52 +07:00 |
|
Dmitry Gridin
|
ccd780c008
|
Formatter: support trailing comma in type arguments
#KT-34744
|
2020-01-17 21:02:52 +07:00 |
|
Dmitry Gridin
|
b99c7f8d14
|
Formatter: support trailing comma in type parameters
#KT-34744
|
2020-01-17 21:02:52 +07:00 |
|
Dmitry Gridin
|
58058eef21
|
Formatter: support trailing comma in indexing suffix
#KT-34744
|
2020-01-17 21:02:52 +07:00 |
|
Dmitry Gridin
|
c195cd46f2
|
Formatter: support trailing comma in value arguments
#KT-34744
|
2020-01-17 21:02:52 +07:00 |
|
Dmitry Gridin
|
13ae4a28a8
|
Formatter: support trailing comma in value parameters
#KT-34744
|
2020-01-17 21:02:52 +07:00 |
|