mt-dom 0.59.2

A library for generating patches as a result diffing virtual DOM tree
Documentation
# Use unstable features
unstable_features = true

max_width = 80

## Visually align, useful in writing the view
indent_style = "Block"
imports_indent = "Block"
reorder_imports = true
reorder_impl_items = true
imports_granularity = "Crate"
## I want to be able to delete unused imports easily
imports_layout = "Vertical"
## Default value is false, yet clipy keeps nagging on this
use_field_init_shorthand = true

## also format macro
format_macro_matchers = true
force_multiline_blocks = true