mirror of
https://github.com/privacy-scaling-explorations/chiquito.git
synced 2026-01-09 14:08:03 -05:00
rustfmt and clippy check, with skip check option for markdown files and docs rustfmt check taken from zkEVM @leolara These edits change the source code (by fixing warnings and conforming to rustfmt). Most are cosmetic, but I'd still suggest you review them. Thanks! --------- Co-authored-by: Steve Wang <qwang97@wharton.upenn.edu> Co-authored-by: Chih Cheng Liang <chihchengliang@gmail.com>
10 lines
177 B
TOML
10 lines
177 B
TOML
edition = "2021"
|
|
|
|
comment_width = 100
|
|
imports_granularity = "Crate"
|
|
max_width = 100
|
|
newline_style = "Unix"
|
|
normalize_comments = true
|
|
reorder_imports = true
|
|
wrap_comments = true
|