From 3ea0c4c7eab2504fcbc7ea5779b92a6c932ae65a Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Tue, 13 Aug 2024 02:53:18 +0100 Subject: [PATCH] chore: add line width to rustfmt --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rustfmt.toml b/rustfmt.toml index 547421e7..3fdc9a98 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,5 @@ tab_spaces = 4 +max_width = 100 newline_style = "Auto" reorder_imports = true reorder_modules = true