We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ba521 commit 3379727Copy full SHA for 3379727
.swiftformat
@@ -10,6 +10,7 @@
10
--disable all
11
12
# --enable docComments
13
+
14
--enable anyObjectProtocol
15
--enable blankLineAfterImports
16
--enable blankLinesAtEndOfScope
@@ -43,10 +44,14 @@
43
44
--enable redundantTypedThrows
45
--enable redundantVoidReturnType
46
--enable semicolons
47
+--enable spaceAroundBraces
48
+--enable spaceAroundBrackets
49
--enable spaceAroundGenerics
50
--enable spaceAroundOperators
51
--enable spaceAroundParens
52
+--enable spaceInsideBraces
53
--enable spaceInsideBrackets
54
+--enable spaceInsideGenerics
55
--enable spaceInsideParens
56
--enable strongOutlets
57
--enable trailingClosures
0 commit comments