summaryrefslogtreecommitdiff
path: root/.swift-format
blob: d09b0d3e8903fac03b38da06c72afb03d185ac34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "version": 1,
    "lineLength": 120,
    "indentation": {
        "spaces": 4
    },
    "tabWidth": 4,
    "maximumBlankLines": 1,
    "respectsExistingLineBreaks": true,
    "lineBreakBeforeControlFlowKeywords": false,
    "lineBreakBeforeEachArgument": false
}