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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Full issue information + repro project: https://github.com/just-ero/roslyn-issues-repros/tree/main/4.14.0/004_FormatIndentations_PositionalParameters_AttributeComment
Roslyn: 4.14.0-2.25106.12
class AAttribute : Attribute; record R( [A] // Comment. int I);
Format document
The indentation on the line with the positional parameter is changed to that of the overall document's.
It is not. The same problem occurs for class primary constructors.
class
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Full issue information + repro project:
https://github.com/just-ero/roslyn-issues-repros/tree/main/4.14.0/004_FormatIndentations_PositionalParameters_AttributeComment
Version
Roslyn: 4.14.0-2.25106.12
Steps to Reproduce
Format document
action.Note: The document's indentations should be set to 4 spaces.
Expected Behavior
The indentation on the line with the positional parameter is changed to that of the overall document's.
Actual Behavior
It is not.
The same problem occurs for
class
primary constructors.The text was updated successfully, but these errors were encountered: