swc/.rustfmt.toml
Donny/강동윤 cef2c8666e
fix(es/minifier): Fix join_vars (#2494)
swc_ecma_minifier:
 - Don't join `let`/`const` into narrower scope.
2021-10-20 05:17:14 +00:00

5 lines
105 B
TOML

format_strings = true
imports_granularity = "Crate"
use_field_init_shorthand = true
wrap_comments = true