๐Ÿ“ฆ qarmin / Automated-Fuzzer

๐Ÿ“„ .rustfmt.toml ยท 9 lines
1
2
3
4
5
6
7
8
9newline_style = "Unix"
max_width = 120
remove_nested_parens = true
short_array_element_width_threshold = 1000000

# Enable only with nightly channel via - cargo +nightly fmt
imports_granularity = "Module"
group_imports = "StdExternalCrate"