-
Notifications
You must be signed in to change notification settings - Fork 233
Add IndentByTwo attribute indent style option for Razor formatting #12700
New issue
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: davidwengier <754264+davidwengier@users.noreply.github.com>
Co-authored-by: davidwengier <754264+davidwengier@users.noreply.github.com>
Co-authored-by: davidwengier <754264+davidwengier@users.noreply.github.com>
Co-authored-by: davidwengier <754264+davidwengier@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add new indentation option for Blazor parameters
Add IndentByTwo attribute indent style option for Razor formatting
Jan 18, 2026
davidwengier
approved these changes
Jan 18, 2026
ToddGrun
reviewed
Jan 20, 2026
| if (_attributeIndentStyle == AttributeIndentStyle.AlignWithFirst) | ||
| if (_attributeIndentStyle == AttributeIndentStyle.IndentByOne) | ||
| { | ||
| // Indent attributes by one level to differentiate them from child elements. |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ToddGrun
approved these changes
Jan 20, 2026
Contributor
ToddGrun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
...eAnalysis.Razor.Workspaces/Formatting/Passes/CSharpFormattingPass.CSharpDocumentGenerator.cs
Outdated
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the changes
Adds
IndentByTwotoAttributeIndentStyleenum, enabling users to indent component attributes by two levels instead of one, visually distinguishing them from child elements.Changes:
IndentByTwoenum value toAttributeIndentStyle.csCSharpFormattingPass.CSharpDocumentGenerator.csto handle three indent styles using explicit if-else logicVSPackage.resxrazor.registration.jsonto expose the new optionDocumentFormattingTest.csExample:
Attributes indent 2 levels (8 spaces), children indent 1 level (4 spaces).
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
mobile.events.data.microsoft.com/home/REDACTED/work/razor/razor/.dotnet/dotnet /home/REDACTED/work/razor/razor/.dotnet/dotnet exec --depsfile /home/REDACTED/work/razor/razor/artifacts/bin/Microsoft.VisualStudioCode.RazorExtension.Test/Debug/net10.0/Microsoft.VisualStudioCode.RazorExtension.Test.deps.json --runtimeconfig /home/REDACTED/work/razor/razor/artifacts/bin/Microsoft.VisualStudioCode.RazorExtension.Test/Debug/net10.0/Microsoft.VisualStudioCode.RazorExtension.Test.runtimeconfig.json /home/REDACTED/.nuget/packages/xunit.REDACTED.console/2.9.2/tools/netcoreapp2.0/xunit.console.dll /home/REDACTED/work/razor/razor/artifacts/bin/Microsoft.VisualStudioCode.RazorExtension.Test/Debug/net10.0/Microsoft.VisualStudioCode.RazorExtension.Test.dll -noautoreporters -xml /home/REDACTED/work/razor/razor/artifacts/TestResults/Debug/Microsoft.VisualStudioCode.RazorExtension.Test_net10.0_x64.xml -html /home/REDACTED/work/razor/razor/artifacts/TestResults/Debug/Microsoft.VisualStudioCode.RazorExtension.Test_net10.0_x64.html .VisualStudio.RazorExtension/xlf/VSPackage.de.xlf(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.