Added configuration tests.

This commit is contained in:
Micheal Smith
2025-11-29 16:31:15 -06:00
parent b46a03c13e
commit c3b168f86f
5 changed files with 616 additions and 8 deletions

View File

@@ -2,6 +2,8 @@ edition = "2024"
style_edition = "2024"
comment_width = 100
format_code_in_doc_comments = true
format_macro_bodies = true
format_macro_matchers = true
imports_granularity = "Crate"
imports_layout = "HorizontalVertical"
wrap_comments = true