From 8936b9ba1edfe5e5ba3ed183e5660ee1a32311ae Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Fri, 17 Nov 2023 20:05:52 +0100 Subject: [PATCH] Disable formatting for malloc_size_of, servo_arc, to_shmem --- components/malloc_size_of/rustfmt.toml | 1 + components/servo_arc/rustfmt.toml | 1 + components/to_shmem/rustfmt.toml | 1 + servo-tidy.toml | 1 + 4 files changed, 4 insertions(+) create mode 100644 components/malloc_size_of/rustfmt.toml create mode 100644 components/servo_arc/rustfmt.toml create mode 100644 components/to_shmem/rustfmt.toml diff --git a/components/malloc_size_of/rustfmt.toml b/components/malloc_size_of/rustfmt.toml new file mode 100644 index 0000000000000..c7ad93bafe36c --- /dev/null +++ b/components/malloc_size_of/rustfmt.toml @@ -0,0 +1 @@ +disable_all_formatting = true diff --git a/components/servo_arc/rustfmt.toml b/components/servo_arc/rustfmt.toml new file mode 100644 index 0000000000000..c7ad93bafe36c --- /dev/null +++ b/components/servo_arc/rustfmt.toml @@ -0,0 +1 @@ +disable_all_formatting = true diff --git a/components/to_shmem/rustfmt.toml b/components/to_shmem/rustfmt.toml new file mode 100644 index 0000000000000..c7ad93bafe36c --- /dev/null +++ b/components/to_shmem/rustfmt.toml @@ -0,0 +1 @@ +disable_all_formatting = true diff --git a/servo-tidy.toml b/servo-tidy.toml index 7bfe4b8698c62..5c3713a78a385 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -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",