1
0
Fork 0
mirror of synced 2024-07-06 15:31:10 -04:00
ultimate-vim/sources_non_forked/ale/test/test-files/swift/swift-package-project-with-config/.swift-format

11 lines
221 B
Plaintext
Raw Normal View History

2022-05-19 09:16:38 -04:00
{
"version": 1,
"lineLength": 100,
"indentation": {
"spaces": 4
},
"respectsExistingLineBreaks": true,
"lineBreakBeforeControlFlowKeywords": true,
"lineBreakBeforeEachArgument": true
}