Skip to content

Commit 3575d17

Browse files
committed
Add a swift-format configuration file
1 parent ce5fdf1 commit 3575d17

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.swift-format

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": 1,
3+
"lineLength": 10000,
4+
"indentation": {
5+
"spaces": 4
6+
},
7+
"lineBreakBeforeEachArgument": true,
8+
"maximumBlankLines" : 1,
9+
"multiElementCollectionTrailingCommas" : true,
10+
"rules": {
11+
},
12+
"tabWidth": 4
13+
}

0 commit comments

Comments
 (0)