From 19aa2bb21f8f8b01216a9684759c70c1b9bb3bf7 Mon Sep 17 00:00:00 2001 From: Konstantin S <3002068+HavenDV@users.noreply.github.com> Date: Mon, 10 Jan 2022 05:05:22 -0800 Subject: [PATCH 1/4] 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). --- settings.xamlstyler | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.xamlstyler b/settings.xamlstyler index be8a6865bf0..8e435c2ab2e 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, @@ -39,4 +39,4 @@ "FormatOnSave": true, "CommentPadding": 2, "IndentSize": 4 -} \ No newline at end of file +} From 022d636fd97c0e00f1c4f3c922ca48fb02a8f4bb Mon Sep 17 00:00:00 2001 From: Konstantin S <3002068+HavenDV@users.noreply.github.com> Date: Tue, 11 Jan 2022 08:46:52 -0800 Subject: [PATCH 2/4] Update settings.xamlstyler From 1dc31e1829983d5fbfdacf316ebb7dff2bec3957 Mon Sep 17 00:00:00 2001 From: Konstantin S <3002068+HavenDV@users.noreply.github.com> Date: Tue, 11 Jan 2022 08:47:33 -0800 Subject: [PATCH 3/4] Update settings.xamlstyler From 8da4da67fc106ad659726f6748555db2f73d6c8c Mon Sep 17 00:00:00 2001 From: Konstantin S <3002068+HavenDV@users.noreply.github.com> Date: Wed, 12 Jan 2022 02:54:02 +1000 Subject: [PATCH 4/4] refactor: Deleted newline from end of settings.xamlstyler --- settings.xamlstyler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.xamlstyler b/settings.xamlstyler index 8e435c2ab2e..6087aa1bef3 100644 --- a/settings.xamlstyler +++ b/settings.xamlstyler @@ -39,4 +39,4 @@ "FormatOnSave": true, "CommentPadding": 2, "IndentSize": 4 -} +} \ No newline at end of file