Skip to content

Commit 535674f

Browse files
Add .swift-format
1 parent cd7d4ad commit 535674f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.swift-format

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version" : 1,
3+
"indentation" : {
4+
"spaces" : 4
5+
},
6+
"tabWidth" : 4,
7+
"lineLength": 120,
8+
"respectsExistingLineBreaks": false,
9+
"lineBreakBeforeEachArgument": true,
10+
"prioritizeKeepingFunctionOutputTogether": true
11+
}

0 commit comments

Comments
 (0)