Files
libsignal/.swift-format
Jordan Rose 9e13263581 Switch to swift-format for formatting instead of swiftformat
swift-format is owned by the Swift project and is generally less
opinionated than swiftformat (but better at formatting to a limited
line length).
2025-06-25 11:24:57 -07:00

9 lines
273 B
Plaintext

{
"version": 1,
"lineLength": 120,
"indentation": { "spaces": 4 },
"indentConditionalCompilationBlocks": false,
"lineBreakBeforeEachArgument": true,
"lineBreakBetweenDeclarationAttributes": true,
"prioritizeKeepingFunctionOutputTogether": true
}