Skip to content

Commit 2be5eed

Browse files
committed
Add (disabled) rustfmt config
1 parent 5c2a819 commit 2be5eed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.rustfmt.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
1+
disable_all_formatting = true
2+
use_small_heuristics = "Off"
3+
reorder_modules = false
24
reorder_imports = false
3-
max_width = 120
5+
# imports_layout = "HorizontalVertical"
6+
# generics = "Visual"

0 commit comments

Comments
 (0)