Skip to content

Commit

Permalink
Migrate from SwiftLint to Swift-Format & fix all
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed May 8, 2021
1 parent 4a5d0ff commit 65d4f44
Show file tree
Hide file tree
Showing 36 changed files with 1,649 additions and 1,940 deletions.
15 changes: 15 additions & 0 deletions .swift-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"lineBreakAroundMultilineExpressionChainComponents": true,
"lineBreakBeforeControlFlowKeywords": true,
"lineBreakBeforeEachArgument": true,
"lineBreakBeforeEachGenericRequirement": true,
"lineLength": 120,
"prioritizeKeepingFunctionOutputTogether": true,
"rules": {
"NeverUseImplicitlyUnwrappedOptionals": false,
"NoLeadingUnderscores": true,
"ValidateDocumentationComments": false,
},
"tabWidth": 2,
"version": 1,
}
Loading

0 comments on commit 65d4f44

Please sign in to comment.