chore: update .swift-format to match the default in Swift 6.2

This commit is contained in:
Kenta Kubo 2025-09-19 00:44:30 +09:00
parent e5c25ad31d
commit 08101f9766

View file

@ -21,11 +21,7 @@
]
},
"prioritizeKeepingFunctionOutputTogether" : true,
"reflowMultilineStringLiterals" : {
"never" : {
}
},
"reflowMultilineStringLiterals" : "never",
"respectsExistingLineBreaks" : true,
"rules" : {
"AllPublicDeclarationsHaveDocumentation" : false,