diff --git a/rustfmt.toml b/rustfmt.toml index f176d21..440d59c 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,5 @@ -# Using hard tabs because that's what .editorconfig calls for. -# Note, hard tabs is normally false. This is a non-standard setup. +# Setting hard_tabs and max_width to match .editorconfig. +# Note, This is a non-standard setup. hard_tabs=true tab_spaces=4 +max_width=120 \ No newline at end of file