Skip to content

Commit

Permalink
add rustfmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsupark committed Oct 19, 2023
1 parent 2f6cbde commit a2884de
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Disable reordering package imports alphabetically
reorder_imports=false

# Disable the granular width settings automatically configured following max_width.
use_small_heuristics="Off"

# Maximum width of each line.
max_width=200

# Maximum width of each function call
# It is needed as use_small_heuristics=Off.
fn_call_width=80

0 comments on commit a2884de

Please sign in to comment.