-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved code withb SwiftFormat and removed empty catches (#726)
- Loading branch information
Showing
24 changed files
with
538 additions
and
624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,8 @@ | ||
--allman false | ||
--binarygrouping none | ||
--closingparen balanced | ||
--commas inline | ||
--conflictmarkers reject | ||
--decimalgrouping none | ||
--elseposition same-line | ||
--empty void | ||
--exponentcase lowercase | ||
--exponentgrouping disabled | ||
--fractiongrouping disabled | ||
--fragment false | ||
--header ignore | ||
--hexgrouping none | ||
--hexliteralcase uppercase | ||
--ifdef outdent | ||
--importgrouping alphabetized | ||
--indent 4 | ||
--indentcase false | ||
--linebreaks lf | ||
--octalgrouping none | ||
--operatorfunc spaced | ||
--patternlet inline | ||
--swiftversion 5.3 | ||
--xcodeindentation enabled | ||
--disable unusedArguments, redundantReturn, redundantSelf, trailingCommas, trailingClosures, wrapArguments, wrapMultilineStatementBraces | ||
--enable blockComments, isEmpty | ||
--emptybraces spaced | ||
--ifdef no-indent | ||
--importgrouping testable-first | ||
--ranges no-space | ||
--self insert | ||
--selfrequired | ||
--semicolons inline | ||
--stripunusedargs closure-only | ||
--trailingclosures | ||
--trimwhitespace always | ||
--wraparguments before-first | ||
--wrapcollections before-first | ||
--xcodeindentation disabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.