summaryrefslogtreecommitdiff
path: root/test/test-files/swift/swift-package-project-with-config/.swift-format
blob: 19fb8b9618b3d4a2d4f8ac1b255b991b50ad58c0 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "version": 1,
    "lineLength": 100,
    "indentation": {
        "spaces": 4
    },
    "respectsExistingLineBreaks": true,
    "lineBreakBeforeControlFlowKeywords": true,
    "lineBreakBeforeEachArgument": true
}