mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
refactor: format code with new rules
This commit is contained in:
parent
f42839ae99
commit
f0a5f42d87
2 changed files with 4 additions and 3 deletions
|
@ -6,8 +6,8 @@ format_macro_bodies = true
|
|||
format_macro_matchers = true
|
||||
format_strings = true
|
||||
hex_literal_case = "Lower"
|
||||
imports_granularity = "Crate"
|
||||
imports_layout = "HorizontalVertical"
|
||||
imports_granularity = "Item"
|
||||
imports_layout = "Vertical"
|
||||
max_width = 80
|
||||
normalize_comments = true
|
||||
normalize_doc_attributes = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue