Implement TrailingCommaInspection

#KT-34744
This commit is contained in:
Dmitry Gridin
2020-01-17 14:40:10 +07:00
parent 8d37b86e82
commit 6c166e744a
70 changed files with 12843 additions and 0 deletions
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports commas which have a different position from the one recommended in the style guide,
and offers to reformat them.
</body>
</html>