TrailingComma: Join Lines should remove trailing comma

#KT-34744
#KT-36084 Fixed
This commit is contained in:
Dmitry Gridin
2020-02-06 19:23:53 +07:00
parent cb66625688
commit f428bbb782
20 changed files with 162 additions and 1 deletions
@@ -813,6 +813,7 @@
<joinLinesHandler implementation="org.jetbrains.kotlin.idea.joinLines.JoinBlockIntoSingleStatementHandler"/>
<joinLinesHandler implementation="org.jetbrains.kotlin.idea.joinLines.JoinStatementsAddSemicolonHandler"/>
<joinLinesHandler implementation="org.jetbrains.kotlin.idea.joinLines.JoinToStringTemplateHandler"/>
<joinLinesHandler implementation="org.jetbrains.kotlin.idea.joinLines.JoinWithTrailingCommaHandler"/>
<targetElementEvaluator
language="kotlin"