From 5d97e5352262bc720b3b304236d63fe1355ca586 Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Thu, 13 Feb 2025 16:33:03 -0600 Subject: [PATCH] Ignore Pods and Generated folders when formatting --- ios/.swiftformat | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/.swiftformat b/ios/.swiftformat index 7bee4ed..ca26317 100644 --- a/ios/.swiftformat +++ b/ios/.swiftformat @@ -1 +1,2 @@ --swiftversion 5 +--exclude Pods,Generated \ No newline at end of file