Skip to content

Commit 3379727

Browse files
committed
swiftformat
1 parent 69ba521 commit 3379727

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.swiftformat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
--disable all
1111

1212
# --enable docComments
13+
1314
--enable anyObjectProtocol
1415
--enable blankLineAfterImports
1516
--enable blankLinesAtEndOfScope
@@ -43,10 +44,14 @@
4344
--enable redundantTypedThrows
4445
--enable redundantVoidReturnType
4546
--enable semicolons
47+
--enable spaceAroundBraces
48+
--enable spaceAroundBrackets
4649
--enable spaceAroundGenerics
4750
--enable spaceAroundOperators
4851
--enable spaceAroundParens
52+
--enable spaceInsideBraces
4953
--enable spaceInsideBrackets
54+
--enable spaceInsideGenerics
5055
--enable spaceInsideParens
5156
--enable strongOutlets
5257
--enable trailingClosures

0 commit comments

Comments
 (0)