Commit before working on minimal rustfmt error demo

This commit is contained in:
2025-01-13 09:18:26 +01:00
parent e0d246fe1f
commit f1f49bab8e
8 changed files with 174 additions and 68 deletions

View File

@@ -7,7 +7,7 @@ style_edition = "2024"
tab_spaces = 2
hard_tabs = true
max_width = 100
error_on_line_overflow = true
#error_on_line_overflow = true
error_on_unformatted = true
format_macro_matchers = true
newline_style = "Unix"