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, "prioritizeKeepingFunctionOutputTogether" : true,
"reflowMultilineStringLiterals" : { "reflowMultilineStringLiterals" : "never",
"never" : {
}
},
"respectsExistingLineBreaks" : true, "respectsExistingLineBreaks" : true,
"rules" : { "rules" : {
"AllPublicDeclarationsHaveDocumentation" : false, "AllPublicDeclarationsHaveDocumentation" : false,