We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b72f6 commit d6ce92fCopy full SHA for d6ce92f
1 file changed
.swift-format
@@ -0,0 +1,21 @@
1
+{
2
+ "version": 1,
3
+ "lineLength": 120,
4
+ "indentation": {
5
+ "spaces": 2
6
+ },
7
+ "tabWidth": 8,
8
+ "maximumBlankLines": 1,
9
+ "respectsExistingLineBreaks": true,
10
+ "lineBreakBeforeControlFlowKeywords": false,
11
+ "lineBreakBeforeEachArgument": false,
12
+ "lineBreakBeforeEachGenericRequirement": false,
13
+ "prioritizeKeepingFunctionOutputTogether": false,
14
+ "indentConditionalCompilationBlocks": true,
15
+ "indentSwitchCaseLabels": false,
16
+ "fileScopedDeclarationPrivacy": {
17
+ "accessLevel": "private"
18
19
+ "multilineTrailingCommaBehavior": "neverUsed",
20
+ "multiElementCollectionTrailingCommas": false
21
+}
0 commit comments