-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.swift-format
More file actions
27 lines (27 loc) · 653 Bytes
/
.swift-format
File metadata and controls
27 lines (27 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
// SwiftFormat configuration for XLKit
"version": 2,
"indentation": {
"spaces": 4
},
"lineLength": 120,
"tabWidth": 4,
"useTabs": false,
"trailingCommas": true,
"groupImports": true,
"reorderImports": true,
"lineBreakBeforeEachArgument": false,
"lineBreakBeforeEachParameter": false,
"spaceAroundOperators": true,
"blankLineBetweenMembers": true,
"blankLineAfterImports": true,
"blankLineBeforeReturn": true,
"elseOnSameLine": true,
"braceOnNextLine": false,
"selfRequired": false,
"markTypes": true,
"markFunctions": true,
"markExtensions": true,
"markProperties": true,
"markInitializers": true
}