From 2297c6a26cc37431f77334ae01efcb2cfae14ef5 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 2 Apr 2024 11:53:29 +0200 Subject: [PATCH] use default tab spaces --- .leptosfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.leptosfmt.toml b/.leptosfmt.toml index e07de8d..ac5be1f 100644 --- a/.leptosfmt.toml +++ b/.leptosfmt.toml @@ -1,3 +1,2 @@ max_width = 100 -tab_spaces = 2 attr_value_brace_style = "WhenRequired" # "Always", "AlwaysUnlessLit", "WhenRequired" or "Preserve"