From eae1d3f64a8e3aea00344e5898458c95b8f8b5ec Mon Sep 17 00:00:00 2001 From: Pere Bohigas Date: Thu, 30 May 2024 13:25:29 +0200 Subject: [PATCH] Reenable hoistAwait SwiftFormat rule --- .swiftformat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.swiftformat b/.swiftformat index 4cc3482..b2c3655 100644 --- a/.swiftformat +++ b/.swiftformat @@ -11,4 +11,5 @@ # rules ---disable preferForLoop,hoistAwait +--disable preferForLoop +