Skip to content

Commit

Permalink
Disable formatting for malloc_size_of, servo_arc, to_shmem
Browse files Browse the repository at this point in the history
  • Loading branch information
Loirooriol committed Nov 17, 2023
1 parent 40d0f80 commit 8936b9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/malloc_size_of/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
disable_all_formatting = true
1 change: 1 addition & 0 deletions components/servo_arc/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
disable_all_formatting = true
1 change: 1 addition & 0 deletions components/to_shmem/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
disable_all_formatting = true
1 change: 1 addition & 0 deletions servo-tidy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ files = [
"./components/selectors/",
"./components/style/",
"./components/style_derive/parse.rs",
"./components/to_shmem/lib.rs",
"./resources/hsts_preload.json",
"./tests/wpt/meta/MANIFEST.json",
"./tests/wpt/meta-legacy-layout/MANIFEST.json",
Expand Down

0 comments on commit 8936b9b

Please sign in to comment.