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

Turn off trailing whitespace triming in strings #10646

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

333fred
Copy link
Member

@333fred 333fred commented Jul 18, 2024

We have tests with baselines that have trailing whitespaces. Our trimTrailingWhitespace setting means that those will get modified automatically, breaking those tests. To fix that, I implemented a vscode feature to avoid triming inside regex and strings, so let's use that.

We have tests with baselines that have trailing whitespaces. Our `trimTrailingWhitespace` setting means that those will get modified automatically, breaking those tests. To fix that, I implemented a vscode feature to avoid triming inside regex and strings, so let's use that.
@333fred
Copy link
Member Author

333fred commented Jul 18, 2024

@dotnet/razor-compiler for an extremely small review.

@333fred 333fred enabled auto-merge (squash) July 18, 2024 21:47
@333fred 333fred merged commit f75ab60 into dotnet:main Jul 18, 2024
12 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jul 18, 2024
@333fred 333fred deleted the trailing-whitespace-strings branch July 18, 2024 22:19
@RikkiGibson RikkiGibson modified the milestones: Next, 17.12 Preview 1 Jul 29, 2024
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.

3 participants