Skip to content

Commit c1f4428

Browse files
committed
Add a swift-format configuration file
1 parent b6a3d95 commit c1f4428

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+
"lineLength": 10000,
4+
"indentation": {
5+
"spaces": 4
6+
},
7+
"lineBreakBeforeEachArgument": true,
8+
"rules": {
9+
},
10+
"tabWidth": 4
11+
}

0 commit comments

Comments
 (0)