wasmy 0.5.6

wasmy, easily customize my wasm app!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Run rustfmt with this config (it should be picked up automatically).
version = "Two"
unstable_features = true
use_small_heuristics = "Max"
merge_derives = false
newline_style = "Unix"
condense_wildcard_suffixes = true
use_field_init_shorthand = true
use_try_shorthand = true
normalize_comments = true
wrap_comments = true
# imports
imports_granularity = "Crate"
group_imports = "StdExternalCrate"

# by default we ignore everything in the repository
# tidy only checks files which are not ignored, each entry follows gitignore style
ignore = []