Skip to content

Commit 92d4e9c

Browse files
authored
add default swiftformat settings (#23)
motivation: consistent formatting changes: add default formatting for `swiftformat`
1 parent 69564cc commit 92d4e9c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.swiftformat

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# file options
2+
3+
# format options
4+
5+
--self insert
6+
--patternlet inline
7+
--stripunusedargs unnamed-only
8+
--comments ignore
9+
10+
# rules

0 commit comments

Comments
 (0)