argus/rustfmt.toml
Anand Balakrishnan fcb4dc9740
style: update rustfmt for wider enum variants
- also add commitlintrc file
2023-03-17 13:47:33 -07:00

12 lines
279 B
TOML

edition = "2021"
max_width = 120
comment_width = 88
wrap_comments = true
format_strings = true
group_imports = "StdExternalCrate"
imports_granularity = "Module"
condense_wildcard_suffixes = true
use_field_init_shorthand = true
struct_variant_width = 45
unstable_features = true