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
There does not seem to be a configuration to disallow the following formatting:
Input file
typedef T = { a: Float // Comment }
Result
I would like for the formatting to remain as in the input file.
... is to make a trailing comma (requiring a block comment instead of a single line comment) to avoid breaking the line into multiple lines
typedef T = { a: Float /* Comment */, }
The text was updated successfully, but these errors were encountered:
fixed comments in typedef, fixes HaxeCheckstyle#643
bbd5e76
10d2750
No branches or pull requests
There does not seem to be a configuration to disallow the following formatting:
Input file
Result
I would like for the formatting to remain as in the input file.
A possible workaround...
... is to make a trailing comma (requiring a block comment instead of a single line comment) to avoid breaking the line into multiple lines
The text was updated successfully, but these errors were encountered: