-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable brace-related linters: brace_linter, paren_body_linter (#143)
* Fix '){' --> ') {' * Rest of paren_body_linter hits * '}else{' spacing * more cases like '}else' 'else{' etc * Cases like '{.' or ')}' * line-initial '{' * Some disabling * brace-wrapping single-expression functions * More multiline unbraced funs * Should be the last of them * Enable brace_linter * updated test output for match.arg * arg * use match.arg in qtile.integer64
- Loading branch information
1 parent
d61782b
commit 36160cb
Showing
13 changed files
with
997 additions
and
1,023 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
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.