-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use swiftformat to format source code new (well, Swift 3) operator syntax (static funcs instead of global ones) bump version to 1.0.1 new implementation of `isZoomed` (which hopefully works now), this closes #59
- Loading branch information
1 parent
6f55a6e
commit 762124d
Showing
7 changed files
with
410 additions
and
389 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,11 +1,15 @@ | ||
opt_in_rules: | ||
- empty_count | ||
- missing_docs | ||
#- missing_docs | ||
- force_unwrapping | ||
- overridden_super_call | ||
- redundant_nil_coalescing | ||
- redundant_optional_initialization | ||
- redundant_void_return | ||
- sorted_imports | ||
- object_literal | ||
|
||
disabled_rules: | ||
- file_length | ||
- line_length | ||
|
||
line_length: | ||
- 160 | ||
- 160 |
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 |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
// | ||
// Created by Dennis Weissmann on 8/12/16. | ||
// | ||
// | ||
|
||
@import Foundation; | ||
|
||
|
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.