From 0b69e94181ff799eb49b6f2b76f7fc5ffb2ddf62 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Sat, 23 Dec 2023 12:24:04 +0800 Subject: [PATCH] style: add leptosfmt.toml --- leptosfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 leptosfmt.toml diff --git a/leptosfmt.toml b/leptosfmt.toml new file mode 100644 index 0000000..a29b20e --- /dev/null +++ b/leptosfmt.toml @@ -0,0 +1,3 @@ +max_width = 100 +tab_spaces = 4 +attr_value_brace_style = "WhenRequired" # "Always", "AlwaysUnlessLit", "WhenRequired" or "Preserve" \ No newline at end of file