You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When setting "FormatMarkupExtension": false in my configuration file, XAML Styler still puts my "Binding" attributes on a single line.
To Reproduce
Steps to reproduce the behavior:
Create a WPF project with a XAML file.
Make sure the "FormatMarkupExtension" option of XAML Styler is set to false.
Could we have something that allows comma-separated values to go into newlines? This could come in handy with the Avalonia UI framework as well, specifically with style selectors:
Describe the bug
When setting
"FormatMarkupExtension": false
in my configuration file, XAML Styler still puts my "Binding" attributes on a single line.To Reproduce
Steps to reproduce the behavior:
<TextBlock Text="{Binding Path=Name, UpdateSourceTrigger=PropertyChanged}" />
Expected behavior
When setting this setting to false, I expect that XAML Styler let me write my bindings on several lines.
External Configuration
See the attached configuration file (I had to add a ".json" extension to add it to this issue):
Settings.XamlStyler.json
Version Info (please complete the following information):
The text was updated successfully, but these errors were encountered: