Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## User settings
xcuserdata/
BuildTools/.swiftpm
BuildTools/.build

## Obj-C/Swift specific
*.hmap
Expand Down
14 changes: 14 additions & 0 deletions .swiftformat
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--binarygrouping none
--decimalgrouping none
--elseposition next-line
--hexgrouping none
--ifdef outdent
--indentcase true
--octalgrouping none
--self init-only
--semicolons never
--stripunusedargs closure-only
--wraparguments before-first
--wrapcollections before-first

--disable redundantType
266 changes: 0 additions & 266 deletions .swiftlint.yml

This file was deleted.

2 changes: 2 additions & 0 deletions Transcopied-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>processing</string>
<string>remote-notification</string>
</array>
</dict>
Expand Down
Loading