From 03d6097c722cce077071226e84789ff8f0ebbbeb Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 25 Jul 2022 14:24:41 +0300 Subject: [PATCH] Exclude the ruby vendor folder from SwiftFormat --- .swiftformat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swiftformat b/.swiftformat index 90d11ac9a..9f1cdd23b 100644 --- a/.swiftformat +++ b/.swiftformat @@ -1,6 +1,6 @@ --swiftversion 5.6 ---exclude ElementX/Sources/Generated +--exclude ElementX/Sources/Generated,vendor --disable wrapMultiLineStatementBraces --disable hoistPatternLet