From b8867ea9b726321af3ba3551a8a0f17809f60834 Mon Sep 17 00:00:00 2001 From: Konstantin S <3002068+HavenDV@users.noreply.github.com> Date: Mon, 10 Jan 2022 10:14:39 -0800 Subject: [PATCH] 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 --- settings.xamlstyler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.xamlstyler b/settings.xamlstyler index 34c6ebe..e228225 100644 --- a/settings.xamlstyler +++ b/settings.xamlstyler @@ -1,9 +1,9 @@ { "AttributesTolerance": 1, "KeepFirstAttributeOnSameLine": true, - "MaxAttributeCharatersPerLine": 0, + "MaxAttributeCharactersPerLine": 0, "MaxAttributesPerLine": 1, - "NewlineExemptionElements": "RadialGradientBrush, GradientStop, LinearGradientBrush, ScaleTransfom, SkewTransform, RotateTransform, TranslateTransform, Trigger, Condition, Setter", + "NewlineExemptionElements": "RadialGradientBrush, GradientStop, LinearGradientBrush, ScaleTransform, SkewTransform, RotateTransform, TranslateTransform, Trigger, Condition, Setter", "SeparateByGroups": false, "AttributeIndentation": 0, "AttributeIndentationStyle": 1,