mirror of
https://github.com/signalapp/libsignal.git
synced 2025-12-05 01:10:27 +00:00
swift-format is owned by the Swift project and is generally less opinionated than swiftformat (but better at formatting to a limited line length).
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
{
|
|
"version": 1,
|
|
"lineLength": 120,
|
|
"indentation": { "spaces": 4 },
|
|
"indentConditionalCompilationBlocks": false,
|
|
"lineBreakBeforeEachArgument": true,
|
|
"lineBreakBetweenDeclarationAttributes": true,
|
|
"prioritizeKeepingFunctionOutputTogether": true
|
|
} |