From e6ace3acae4f615ba88dc7217d4b60e5c12d6400 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Mon, 15 May 2023 17:22:05 +0200 Subject: [PATCH] Disable formatting for components/style/ Gecko doesn't enforce proper formatting, so disabling it will make it easier to backport changes from there. --- components/style/rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 components/style/rustfmt.toml diff --git a/components/style/rustfmt.toml b/components/style/rustfmt.toml new file mode 100644 index 00000000000..c7ad93bafe3 --- /dev/null +++ b/components/style/rustfmt.toml @@ -0,0 +1 @@ +disable_all_formatting = true