From 08101f976622d1920ac32827e4e7be3090491f70 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Fri, 19 Sep 2025 00:44:30 +0900 Subject: [PATCH] chore: update .swift-format to match the default in Swift 6.2 --- .swift-format | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.swift-format b/.swift-format index c203695..70e7248 100644 --- a/.swift-format +++ b/.swift-format @@ -21,11 +21,7 @@ ] }, "prioritizeKeepingFunctionOutputTogether" : true, - "reflowMultilineStringLiterals" : { - "never" : { - - } - }, + "reflowMultilineStringLiterals" : "never", "respectsExistingLineBreaks" : true, "rules" : { "AllPublicDeclarationsHaveDocumentation" : false,