XAML formatting: Change number of properties per line before line break
Answered
ReSharper is very strict on listing XAML properties on separate lines, and seems to only allow two properties on one line. How can I change number of properties per line that is allowed?
Please sign in to leave a comment.
Hello!
There's no strict rule on number of properties on one line.
You can view formatting rules in ReSharper | Options | Code Editing | XML | Formatting Style as XAML inherits its formatting rules from XML.
Thank you.