Improved source quality in the test projects#1848
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
We want to stick with what XAML Styler does per default which seems to be spaces for the properties: https://github.com/Xavalon/XamlStyler/wiki/External-Configurations#indent-with-tabs |
This comment was marked as outdated.
This comment was marked as outdated.
4 spaces as indicated by the .editorconfig.
The issue is that reordering properties changes behavior: microsoft/microsoft-ui-xaml#10347 (comment) |
50d2bd3 to
ef6455d
Compare
|
I think this PR is ready for review. |
marcelwgn
left a comment
There was a problem hiding this comment.
Thank you for this cleanup!
|
/azp run |
Description
As the title.
Please enable this option to hide space to tab changes.
Motivation and Context
The code quality in the test projects was not as good and so, improved it to be consistent.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes