Quellcode durchsuchen

chore: add line width to rustfmt

thesimplekid vor 7 Monaten
Ursprung
Commit
3ea0c4c7ea
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      rustfmt.toml

+ 1 - 0
rustfmt.toml

@@ -1,4 +1,5 @@
 tab_spaces = 4
+max_width = 100
 newline_style = "Auto"
 reorder_imports = true
 reorder_modules = true