Uno.Themes/Settings.XamlStyler

43 строки
1.7 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

2023-05-25 18:26:08 +03:00
{
2023-05-25 18:52:57 +03:00
"AttributesTolerance": 1,
"KeepFirstAttributeOnSameLine": true,
2023-05-25 18:26:08 +03:00
"MaxAttributeCharactersPerLine": 0,
"MaxAttributesPerLine": 1,
2023-05-25 18:52:57 +03:00
"NewlineExemptionElements": "RadialGradientBrush, GradientStop, LinearGradientBrush, ScaleTransform, SkewTransform, RotateTransform, TranslateTransform, Trigger, Condition, Setter, StaticResource",
2023-05-25 18:26:08 +03:00
"SeparateByGroups": false,
"AttributeIndentation": 0,
2023-05-25 18:52:57 +03:00
"AttributeIndentationStyle": 0,
2023-05-25 18:26:08 +03:00
"RemoveDesignTimeReferences": false,
"IgnoreDesignTimeReferencePrefix": false,
2023-05-25 18:52:57 +03:00
"EnableAttributeReordering": false,
2023-05-25 18:26:08 +03:00
"AttributeOrderingRuleGroups": [
"x:Class",
"xmlns, xmlns:x",
"xmlns:*",
"x:Key, Key, x:Name, Name, x:Uid, Uid, Title",
"Grid.Row, Grid.RowSpan, Grid.Column, Grid.ColumnSpan, Canvas.Left, Canvas.Top, Canvas.Right, Canvas.Bottom",
"Width, Height, MinWidth, MinHeight, MaxWidth, MaxHeight",
"Margin, Padding, HorizontalAlignment, VerticalAlignment, HorizontalContentAlignment, VerticalContentAlignment, Panel.ZIndex",
"*:*, *",
"PageSource, PageIndex, Offset, Color, TargetName, Property, Value, StartPoint, EndPoint",
"mc:Ignorable, d:IsDataSource, d:LayoutOverrides, d:IsStaticText",
"Storyboard.*, From, To, Duration"
],
"FirstLineAttributes": "",
2023-05-25 18:52:57 +03:00
"OrderAttributesByName": false,
2023-05-25 18:26:08 +03:00
"PutEndingBracketOnNewLine": false,
"RemoveEndingTagOfEmptyElement": true,
"SpaceBeforeClosingSlash": true,
"RootElementLineBreakRule": 0,
2023-05-25 18:52:57 +03:00
"ReorderVSM": 0,
2023-05-25 18:26:08 +03:00
"ReorderGridChildren": false,
"ReorderCanvasChildren": false,
"ReorderSetters": 0,
"FormatMarkupExtension": true,
"NoNewLineMarkupExtensions": "x:Bind, Binding",
"ThicknessSeparator": 2,
"ThicknessAttributes": "Margin, Padding, BorderThickness, ThumbnailClipMargin",
2023-05-25 18:52:57 +03:00
"FormatOnSave": false,
"CommentPadding": 1,
}