You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.8 KiB

  1. {
  2. "AttributesTolerance": 2,
  3. "KeepFirstAttributeOnSameLine": true,
  4. "MaxAttributeCharatersPerLine": 0,
  5. "MaxAttributesPerLine": 1,
  6. "NewlineExemptionElements": "RadialGradientBrush, GradientStop, LinearGradientBrush, ScaleTransfom, SkewTransform, RotateTransform, TranslateTransform, Trigger, Condition, Setter",
  7. "SeparateByGroups": false,
  8. "AttributeIndentation": 0,
  9. "AttributeIndentationStyle": 1,
  10. "RemoveDesignTimeReferences": false,
  11. "EnableAttributeReordering": true,
  12. "AttributeOrderingRuleGroups": [
  13. "x:Class",
  14. "xmlns, xmlns:x",
  15. "xmlns:*",
  16. "x:Key, Key, x:Name, Name, x:Uid, Uid, Style, Title",
  17. "Grid.Row, Grid.RowSpan, Grid.Column, Grid.ColumnSpan, Canvas.Left, Canvas.Top, Canvas.Right, Canvas.Bottom",
  18. "Width, Height, MinWidth, MinHeight, MaxWidth, MaxHeight",
  19. "Margin, Padding, HorizontalAlignment, VerticalAlignment, HorizontalContentAlignment, VerticalContentAlignment, Panel.ZIndex",
  20. "*:*, *",
  21. "PageSource, PageIndex, Offset, Color, TargetName, Property, Value, StartPoint, EndPoint",
  22. "*:Freeze, mc:Ignorable, d:IsDataSource, d:LayoutOverrides, d:IsStaticText",
  23. "Storyboard.*, From, To, Duration"
  24. ],
  25. "FirstLineAttributes": "",
  26. "OrderAttributesByName": true,
  27. "PutEndingBracketOnNewLine": false,
  28. "RemoveEndingTagOfEmptyElement": true,
  29. "SpaceBeforeClosingSlash": true,
  30. "RootElementLineBreakRule": 1,
  31. "ReorderVSM": 2,
  32. "ReorderGridChildren": false,
  33. "ReorderCanvasChildren": false,
  34. "ReorderSetters": 0,
  35. "RecordVisualStateManager": 0,
  36. "FormatMarkupExtension": false,
  37. "NoNewLineMarkupExtensions": "x:Bind, Binding, TemplateBinding, x:Static, DynamicResource, ComponentResourceKey",
  38. "ThicknessSeparator": 1,
  39. "ThicknessAttributes": "Margin, Padding, BorderThickness, ThumbnailClipMargin",
  40. "FormatOnSave": true,
  41. "CommentPadding": 2
  42. }