Skip to content

Commit

Permalink
add default swiftformat settings (AsyncHttpClient#23)
Browse files Browse the repository at this point in the history
motivation: consistent formatting 

changes: add default formatting for `swiftformat`
  • Loading branch information
tomerd committed Apr 26, 2019
1 parent 69564cc commit 92d4e9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .swiftformat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# file options

# format options

--self insert
--patternlet inline
--stripunusedargs unnamed-only
--comments ignore

# rules

0 comments on commit 92d4e9c

Please sign in to comment.