Skip to content

Instantly share code, notes, and snippets.

@annarailton
Created July 25, 2019 14:15
Show Gist options
  • Save annarailton/f64306634c2b6a6040871ac9ec64b25f to your computer and use it in GitHub Desktop.
Save annarailton/f64306634c2b6a6040871ac9ec64b25f to your computer and use it in GitHub Desktop.
# In yapf >0.27.0, behaviour of default behaviour around SPLIT_BEFORE_FIRST_ARGUMENT
# changed. This overrides this. Put in top level of your directory with
# .pre-commit-config.yml file.
[style]
based_on_style = pep8
split_before_first_argument = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment