Created
December 12, 2017 07:50
-
-
Save JohanLarsson/be4a4a49480b6018016434b6e0e9629b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AttributesTolerance": 1, | |
"KeepFirstAttributeOnSameLine": true, | |
"MaxAttributeCharatersPerLine": 0, | |
"MaxAttributesPerLine": 1, | |
"NewlineExemptionElements": "RadialGradientBrush, GradientStop, LinearGradientBrush, ScaleTransfom, SkewTransform, RotateTransform, TranslateTransform, Trigger, Condition, Setter", | |
"SeparateByGroups": false, | |
"AttributeIndentation": 0, | |
"AttributeIndentationStyle": 1, | |
"RemoveDesignTimeReferences": false, | |
"EnableAttributeReordering": true, | |
"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": "", | |
"OrderAttributesByName": true, | |
"PutEndingBracketOnNewLine": false, | |
"RemoveEndingTagOfEmptyElement": true, | |
"SpaceBeforeClosingSlash": true, | |
"RootElementLineBreakRule": 0, | |
"ReorderVSM": 2, | |
"ReorderGridChildren": false, | |
"ReorderCanvasChildren": false, | |
"ReorderSetters": 0, | |
"FormatMarkupExtension": true, | |
"NoNewLineMarkupExtensions": "x:Bind, Binding", | |
"ThicknessSeparator": 2, | |
"ThicknessAttributes": "Margin, Padding, BorderThickness, ThumbnailClipMargin", | |
"FormatOnSave": false, | |
"CommentPadding": 2, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment