Skip to content
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

Task 2187810: [VS Code] Add OnEnter rules to indent tags #7426

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

mgoertz-msft
Copy link
Collaborator

<Button>|</Button>
=>
<Button>
    |
</Button>

and

<Button Width="100" |
=>
<Button Width="100"
    |

Everything else will get the previous indent as before.

```xaml
<Button>|</Button>
=>
<Button>
    |
</Button>
```

and

```xaml
<Button Width="100" |
=>
<Button Width="100"
    |
```

Everything else will get the previous indent as before.
@mgoertz-msft mgoertz-msft requested a review from a team as a code owner August 8, 2024 23:11
@mgoertz-msft mgoertz-msft requested a review from etvorun August 8, 2024 23:11
@mgoertz-msft mgoertz-msft enabled auto-merge August 9, 2024 00:01
@mgoertz-msft mgoertz-msft merged commit 28e47fe into dotnet:main Aug 9, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants