Skip to content

Commit 19aa2bb

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).
1 parent c1cdfee commit 19aa2bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.xamlstyler

Lines changed: 3 additions & 3 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,
@@ -39,4 +39,4 @@
3939
"FormatOnSave": true,
4040
"CommentPadding": 2,
4141
"IndentSize": 4
42-
}
42+
}

0 commit comments

Comments
 (0)