Ensure cumulus/bridges is ignored by formatter and run it (#1369)

This commit is contained in:
Gavin Wood
2023-09-03 15:11:26 +02:00
committed by GitHub
parent 2c3e869c38
commit bc6fca3c44
7 changed files with 20 additions and 18 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ trailing_comma = "Vertical"
trailing_semicolon = false
use_field_init_shorthand = true
ignore = [
"bridges",
"cumulus/bridges",
]
edition = "2021"
# Format comments
comment_width = 100
wrap_comments = true
wrap_comments = true