We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given code sample below:
enum class Shape { SQUARE, TRIANGLE, }
If .editorconfig property ij_kotlin_allow_trailing_comma is disabled then the trailing comma should be removed.
.editorconfig
ij_kotlin_allow_trailing_comma
The text was updated successfully, but these errors were encountered:
Remove trailing comma if last two enum entries are on the same line a…
b3208ca
…nd trailing commas are not allowed Closes #1905
c9ab0e0
…nd trailing commas are not allowed (#1906) Closes #1905
Successfully merging a pull request may close this issue.
Given code sample below:
If
.editorconfig
propertyij_kotlin_allow_trailing_comma
is disabled then the trailing comma should be removed.The text was updated successfully, but these errors were encountered: