Initial template commit

This commit is contained in:
2025-03-07 17:16:08 +02:00
commit 11f391964b
68 changed files with 1632 additions and 0 deletions

10
.leptosfmt.toml Normal file
View File

@@ -0,0 +1,10 @@
max_width = 120
tab_spaces = 4
indentation_style = "Tabs"
newline_style = "Unix"
attr_value_brace_style = "WhenRequired"
macro_names = ["leptos::view", "view"]
closing_tag_style = "Preserve"
[attr_values]
class = "Tailwind"