From a61b3141a21ea1a61c63d825face11413827e826 Mon Sep 17 00:00:00 2001 From: SeungHyun Hong Date: Tue, 14 Nov 2023 11:52:11 +0900 Subject: [PATCH] =?UTF-8?q?build:=20swiftformat=20=EA=B7=9C=EC=B9=99=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --guardelse 'next-line' --- iOS/.swiftformat | 1 + 1 file changed, 1 insertion(+) diff --git a/iOS/.swiftformat b/iOS/.swiftformat index 4bb57f0f..40546cb5 100644 --- a/iOS/.swiftformat +++ b/iOS/.swiftformat @@ -16,6 +16,7 @@ --enable sortedSwitchCases --enable wrapEnumCases --enable wrapSwitchCases +--guardelse "next-line" --disable wrapMultilineStatementBraces --disable andOperator