mirror of
https://github.com/caulk-crypto/caulk.git
synced 2026-01-08 21:07:56 -05:00
9 lines
241 B
TOML
9 lines
241 B
TOML
reorder_imports = true
|
|
wrap_comments = true
|
|
normalize_comments = true
|
|
use_try_shorthand = true
|
|
match_block_trailing_comma = true
|
|
use_field_init_shorthand = true
|
|
edition = "2018"
|
|
condense_wildcard_suffixes = true
|
|
imports_granularity = "Crate" |