From d1fafb1d2c98a8796df616b1f1bddccd186b5eeb Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Sun, 13 Aug 2023 20:34:25 -0700 Subject: [PATCH] Change tabs to 3 in rustfmt --- home/rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/rustfmt.toml b/home/rustfmt.toml index 5abe125..f2c54b7 100644 --- a/home/rustfmt.toml +++ b/home/rustfmt.toml @@ -1,4 +1,4 @@ # Allman style brace_style = "AlwaysNextLine" hard_tabs = true -tab_spaces = 2 +tab_spaces = 3