Skip to content

Commit d825508

Browse files
committed
Formalize indentation settings for XamlStyler
1 parent 7c68ab7 commit d825508

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Settings.XamlStyler

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"SeparateByGroups": false,
88
"AttributeIndentation": 0,
99
"AttributeIndentationStyle": 1,
10-
"RemoveDesignTimeReferences": false,
10+
"RemoveDesignTimeReferences": false,
1111
"IgnoreDesignTimeReferencePrefix": false,
1212
"EnableAttributeReordering": true,
1313
"AttributeOrderingRuleGroups": [
@@ -38,5 +38,7 @@
3838
"ThicknessSeparator": 2,
3939
"ThicknessAttributes": "Margin, Padding, BorderThickness, ThumbnailClipMargin",
4040
"FormatOnSave": true,
41-
"CommentPadding": 2
41+
"CommentPadding": 2,
42+
"IndentSize": 4,
43+
"IndentWithTabs": false
4244
}

0 commit comments

Comments
 (0)