Skip to content

Commit

Permalink
Add (disabled) rustfmt config
Browse files Browse the repository at this point in the history
  • Loading branch information
akubera committed Jun 3, 2023
1 parent 5c2a819 commit 2be5eed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

disable_all_formatting = true
use_small_heuristics = "Off"
reorder_modules = false
reorder_imports = false
max_width = 120
# imports_layout = "HorizontalVertical"
# generics = "Visual"

0 comments on commit 2be5eed

Please sign in to comment.