Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/0.4.0' into versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Nov 21, 2020
2 parents c6fa1ca + 1a02c5a commit 9db1613
Show file tree
Hide file tree
Showing 24 changed files with 928 additions and 927 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

swiftlint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Run SwiftLint
uses: norio-nomura/[email protected]
with:
args: --strict

test-linux:
runs-on: ubuntu-latest

Expand Down
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": true,
"NoLeadingUnderscores": true,
"ValidateDocumentationComments": true,
},
"tabWidth": 2,
"version": 1,
}
Loading

0 comments on commit 9db1613

Please sign in to comment.