Skip to content

Commit 64b2307

Browse files
authored
Fixed typos in settings.xamlstyler
I was comparing your settings.xamlstyler with mine to see the difference and noticed a few typos (I've been using this file for about a month and copied the settings from here https://github.com/Xavalon/XamlStyler/wiki/External-Configurations). I originally noticed this issue in WindowsCommunityToolkit and thought it might be a CopyPaste issue
1 parent 14b8c15 commit 64b2307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.xamlstyler

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"AttributesTolerance": 1,
33
"KeepFirstAttributeOnSameLine": true,
4-
"MaxAttributeCharatersPerLine": 0,
4+
"MaxAttributeCharactersPerLine": 0,
55
"MaxAttributesPerLine": 1,
6-
"NewlineExemptionElements": "RadialGradientBrush, GradientStop, LinearGradientBrush, ScaleTransfom, SkewTransform, RotateTransform, TranslateTransform, Trigger, Condition, Setter",
6+
"NewlineExemptionElements": "RadialGradientBrush, GradientStop, LinearGradientBrush, ScaleTransform, SkewTransform, RotateTransform, TranslateTransform, Trigger, Condition, Setter",
77
"SeparateByGroups": false,
88
"AttributeIndentation": 0,
99
"AttributeIndentationStyle": 1,

0 commit comments

Comments
 (0)