Skip to content

Instantly share code, notes, and snippets.

@sladyn98
Created June 4, 2019 04:22
Show Gist options
  • Save sladyn98/92a56374870f62f33bfc75a7e881a57f to your computer and use it in GitHub Desktop.
Save sladyn98/92a56374870f62f33bfc75a7e881a57f to your computer and use it in GitHub Desktop.
coa file
[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