Skip to content

Commit 092778a

Browse files
committed
docs: update .swift-format to Point-Free style (2 spaces)
Change indentation from 4 spaces to 2 spaces to comply with README standardization checklist requiring Point-Free style.
1 parent f66f83b commit 092778a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.swift-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"indentConditionalCompilationBlocks" : true,
66
"indentSwitchCaseLabels" : false,
77
"indentation" : {
8-
"spaces" : 4
8+
"spaces" : 2
99
},
1010
"lineBreakAroundMultilineExpressionChainComponents" : false,
1111
"lineBreakBeforeControlFlowKeywords" : false,

0 commit comments

Comments
 (0)