-
Notifications
You must be signed in to change notification settings - Fork 1
/
Settings.XamlStyler
48 lines (48 loc) · 2.16 KB
/
Settings.XamlStyler
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"AttributeIndentationStyle": 1,
"AttributeOrderingRuleGroups": [
"x:Class*",
"xmlns",
"xmlns:x",
"xmlns:*",
"x:Key, Key, x:Name, Name, x:Uid, Uid, Title, Header, R, G, B, A",
"Grid.Row, Grid.RowSpan, Grid.Column, Grid.ColumnSpan, Canvas.Left, Canvas.Top, Canvas.Right, Canvas.Bottom, DockPanel.Dock",
"Width, Height, MinWidth, MinHeight, MaxWidth, MaxHeight",
"Margin, Padding, HorizontalAlignment, VerticalAlignment, HorizontalContentAlignment, VerticalContentAlignment, Panel.ZIndex",
"Style, Background, Foreground, Fill, BorderBrush, BorderThickness, Stroke, StrokeThickness, Opacity",
"FontFamily, FontSize, FontWeight, LineHeight, FontStyle, FontStretch",
"*:*, *",
"PageSource, PageIndex, Offset, Color, TargetName, Property, Value, StartPoint, EndPoint",
"mc:Ignorable, d:IsDataSource, d:LayoutOverrides, d:IsStaticText",
"IsEnabled, x:Load, Load",
"Value, Maximum, Minimum"
],
"AttributesIndentation": 0,
"AttributesTolerance": 3,
"CommentPadding": 0,
"EnableAttributeReordering": true,
"FirstLineAttributes": "x:Name, x:Uid, Header",
"FormatMarkupExtension": true,
"FormatOnSave": true,
"IgnoreDesignTimeReferencePrefix": false,
"IndentSize": 4,
"IndentWithTabs": false,
"KeepFirstAttributeOnSameLine": true,
"MaxAttributeCharactersPerLine": 80,
"MaxAttributesPerLine": 0,
"NewlineExemptionElements": "RadialGradientBrush, GradientStop, LinearGradientBrush, ScaleTransfom, SkewTransform, RotateTransform, TranslateTransform, Trigger, Condition, Setter",
"NoNewLineMarkupExtensions": "x:Bind, Binding",
"OrderAttributesByName": true,
"PutEndingBracketOnNewLine": false,
"RemoveDesignTimeReferences": false,
"RemoveEndingTagOfEmptyElement": true,
"ReorderCanvasChildren": false,
"ReorderGridChildren": false,
"ReorderSetters": 3,
"ReorderVSM": 0,
"RootElementLineBreakRule": 1,
"SeparateByGroups": true,
"SpaceBeforeClosingSlash": true,
"ThicknessAttributes": "Margin, Padding, BorderThickness, ThumbnailClipMargin, CornerRadius",
"ThicknessSeparator": 2
}