wasm-runtime

A wasm runtime
git clone https://git.parazyd.org/wasm-runtime
Log | Files | Refs | README | LICENSE

rustfmt.toml (236B)


      1 reorder_imports = true
      2 imports_granularity = "Crate"
      3 use_small_heuristics = "Max"
      4 comment_width = 100
      5 wrap_comments = false
      6 binop_separator = "Back"
      7 trailing_comma = "Vertical"
      8 trailing_semicolon = false
      9 use_field_init_shorthand = true