From d825508e0a2fb2512148409fb064b9d9bfcbadfc Mon Sep 17 00:00:00 2001 From: koal Date: Sat, 16 Sep 2023 19:28:35 -0700 Subject: [PATCH] Formalize indentation settings for XamlStyler --- Settings.XamlStyler | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Settings.XamlStyler b/Settings.XamlStyler index 3b3a21984..7e44ef314 100644 --- a/Settings.XamlStyler +++ b/Settings.XamlStyler @@ -7,7 +7,7 @@ "SeparateByGroups": false, "AttributeIndentation": 0, "AttributeIndentationStyle": 1, - "RemoveDesignTimeReferences": false, + "RemoveDesignTimeReferences": false, "IgnoreDesignTimeReferencePrefix": false, "EnableAttributeReordering": true, "AttributeOrderingRuleGroups": [ @@ -38,5 +38,7 @@ "ThicknessSeparator": 2, "ThicknessAttributes": "Margin, Padding, BorderThickness, ThumbnailClipMargin", "FormatOnSave": true, - "CommentPadding": 2 + "CommentPadding": 2, + "IndentSize": 4, + "IndentWithTabs": false } \ No newline at end of file