Created
July 25, 2019 14:15
-
-
Save annarailton/f64306634c2b6a6040871ac9ec64b25f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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