mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
feat: allow spreading of both attributes and event handlers (#2432)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Stable options
|
||||
edition = "2021"
|
||||
imports_granularity = "Crate"
|
||||
max_width = 80
|
||||
|
||||
# Unstable options
|
||||
imports_granularity = "Crate"
|
||||
format_strings = true
|
||||
group_imports = "One"
|
||||
format_code_in_doc_comments = true
|
||||
|
||||
Reference in New Issue
Block a user