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
In the given code, the , cannot be outside the #if. This leads to it being formatted like so. Can we catch this and avoid breaking after the ,?
,
#if
[Option( "server_port" #if DEBUG , Default = 50052 #endif )]
The text was updated successfully, but these errors were encountered:
deal with comments and #if's in argument lists
29ad63f
closes #410
This is super rare, and keeping the comma on the same line prior to the argument is a bit weird.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In the given code, the
,
cannot be outside the#if
. This leads to it being formatted like so.Can we catch this and avoid breaking after the
,
?The text was updated successfully, but these errors were encountered: