Dave Grochocki

Results 165 comments of Dave Grochocki

Hmm, interesting. Thanks for the info; will need to investigate further.

The current link to Windows app-specific design guidelines and principles is correct.

This _should_ be achievable with existing settings. Check out [Separate By Groups](https://github.com/Xavalon/XamlStyler/wiki/Attribute-Formatting#separate-by-groups) (set to true) in conjunction with [Attribute Tolerance](https://github.com/Xavalon/XamlStyler/wiki/Attribute-Formatting#attribute-tolerance) (set to higher than your largest [Attribute Ordering Rule Group](https://github.com/Xavalon/XamlStyler/wiki/Attribute-Formatting#attribute-tolerance)).

Hmm, that might require a change. Either tweak behavior of _Separate By Groups_ to always special case the default wildcard group so it does not group those or create a...

Please take a look at this section of the wiki on how we handle [whitespace](https://github.com/Xavalon/XamlStyler/wiki/Getting-Started#whitespace). There is this concept of "significant whitespace" in XAML that we need to maintain when...