diff options
author | Oriol Brufau <obrufau@igalia.com> | 2023-11-17 20:05:52 +0100 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-11-21 15:36:35 +0100 |
commit | d74a16d2ed128d02d6d8b795ebacbb7373bf5d55 (patch) | |
tree | 7ebb2080b11429f30158921e1741c0645046bd78 /components/to_shmem | |
parent | e18675401ec236a634246a84d40a062c2a49fd4f (diff) | |
download | servo-d74a16d2ed128d02d6d8b795ebacbb7373bf5d55.tar.gz servo-d74a16d2ed128d02d6d8b795ebacbb7373bf5d55.zip |
Disable formatting for malloc_size_of, servo_arc, to_shmem
Diffstat (limited to 'components/to_shmem')
-rw-r--r-- | components/to_shmem/rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/to_shmem/rustfmt.toml b/components/to_shmem/rustfmt.toml new file mode 100644 index 00000000000..c7ad93bafe3 --- /dev/null +++ b/components/to_shmem/rustfmt.toml @@ -0,0 +1 @@ +disable_all_formatting = true |