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
The extra line before the brace is inserted if there is a trailing comma
return new LeadingComment { Type = commentType, Comment = comment, AddExtraIndent = addExtraIndent, };
The text was updated successfully, but these errors were encountered:
closes #61 - fixes issue with trailing separators adding extra line
9a3100b
Merge pull request #68 from belav/gh-61-trailing-bug
81ebaba
Successfully merging a pull request may close this issue.
The extra line before the brace is inserted if there is a trailing comma
The text was updated successfully, but these errors were encountered: