From 48093e83dd972f23b0d2b699a27d7aa6433a1901 Mon Sep 17 00:00:00 2001 From: Connor Sheehan Date: Thu, 29 Feb 2024 21:22:27 +0000 Subject: [PATCH] Bug 1871425: re-enable autoformatting after disabling WPT linter r=zeid DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D203191 --- .lando.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lando.ini b/.lando.ini index 9ccd4fc88efe..1da965b0fb80 100644 --- a/.lando.ini +++ b/.lando.ini @@ -1,6 +1,6 @@ [autoformat] # Set `enabled = True/False` to enable/disable Lando automated code formatting. -enabled = False +enabled = True [lando-prod] # Lando production Auth0 configuration.