-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.swift-format
More file actions
21 lines (21 loc) · 585 Bytes
/
.swift-format
File metadata and controls
21 lines (21 loc) · 585 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version": 1,
"indentation": {
"spaces": 4
},
"lineLength": 180,
"maximumBlankLines": 1,
"respectsExistingLineBreaks": true,
"indentConditionalCompilationBlocks": true,
"indentSwitchCaseLabels": false,
"spacesBeforeEndOfLineComments": 2,
"tabWidth": 8,
"lineBreakBeforeEachArgument": false,
"lineBreakBeforeEachGenericRequirement": false,
"lineBreakBetweenDeclarationAttributes": false,
"lineBreakAroundMultilineExpressionChainComponents": false,
"prioritizeKeepingFunctionOutputTogether": true,
"rules": {
"GroupNumericLiterals": false
}
}