trustfmt.toml - wasm-runtime - A wasm runtime
HTML git clone https://git.parazyd.org/wasm-runtime
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
trustfmt.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