Skip to content

Commit 779a3c3

Browse files
authored
Merge pull request #890 from ahoppen/ahoppen/format
Format using swift-format
2 parents 2fb2e3a + d0fc00c commit 779a3c3

File tree

180 files changed

+9602
-6382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+9602
-6382
lines changed

.swift-format

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"version": 1,
3+
"lineLength": 120,
4+
"indentation": {
5+
"spaces": 2
6+
},
7+
"lineBreakBeforeEachArgument": true,
8+
"indentConditionalCompilationBlocks": false,
9+
"rules": {
10+
"AlwaysUseLowerCamelCase": false,
11+
"AmbiguousTrailingClosureOverload": false,
12+
"NoBlockComments": false,
13+
"OrderedImports": true,
14+
"UseLetInEveryBoundCaseVariable": false,
15+
"UseSynthesizedInitializer": false
16+
}
17+
}

0 commit comments

Comments
 (0)