Created
June 4, 2019 04:22
-
-
Save sladyn98/92a56374870f62f33bfc75a7e881a57f to your computer and use it in GitHub Desktop.
coa file
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
[all] | |
files = loop_unroll/**.py, tokenization/*.py, cse/**.py | |
max_line_length = 80 | |
use_spaces = True | |
[all.invalidlinks] | |
bears = InvalidLinkBear | |
[all.text] | |
bears = SpaceConsistencyBear | |
[all.markdown] | |
bears = MarkdownBear | |
[all.whitespace] | |
use_spaces = True | |
bears = SpaceConsistencyBear | |
default_actions = *: ApplyPatchAction |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment