Skip to content

Commit

Permalink
Add rust format file.
Browse files Browse the repository at this point in the history
  • Loading branch information
alonh5 committed Jul 10, 2024
1 parent c18fc3d commit f0cafe5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions stwo_cairo_prover/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# See: https://rust-lang.github.io/rustfmt
normalize_comments = true
use_field_init_shorthand = true

# Unstable
comment_width = 100
condense_wildcard_suffixes = true
format_code_in_doc_comments = true
group_imports = "StdExternalCrate"
imports_granularity = "Module"
unstable_features = true
wrap_comments = true

0 comments on commit f0cafe5

Please sign in to comment.