feat: allow spreading of both attributes and event handlers (#2432)

This commit is contained in:
Lukas Potthast
2024-04-05 20:30:34 +02:00
committed by GitHub
parent fc537c14c4
commit 119c9ea23f
20 changed files with 386 additions and 25 deletions

View File

@@ -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