Create a cshtml document with the following and then format:
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox" asp-for="AllowAuthorizationCodeFlow">
<input type="checkbox" asp-for="AllowAuthorizationCodeFlow">
<input type="checkbox" asp-for="AllowAuthorizationCodeFlow">
<input type="checkbox" asp-for="AllowAuthorizationCodeFlow">
<input type="checkbox" asp-for="AllowAuthorizationCodeFlow">
Expected: All indented to the same level
Actual: One the void tagHelpers are encountered, the indentation starts increasing.
Create a cshtml document with the following and then format:
Expected: All indented to the same level
Actual: One the void tagHelpers are encountered, the indentation starts increasing.