wzrd

An ICCCM & EWMH compliant X11 reparenting, dynamic window manager, written in Rust
git clone git://git.deurzen.net/wzrd
Log | Files | Refs | LICENSE

rustfmt.toml (228B)


      1 max_width = 100
      2 fn_args_layout = "vertical"
      3 merge_derives = false
      4 use_field_init_shorthand = true
      5 condense_wildcard_suffixes = true
      6 match_block_trailing_comma = true
      7 overflow_delimited_expr = true
      8 struct_lit_single_line = false