Revert "Do not split before first argument (#3333)" (#3366)

This reverts commit 1b38e92ae7.

It turns out this causes more problems with line continuations
more-gsoc
Anthony 2017-12-06 09:21:37 -07:00 committed by GitHub
parent 762d342b9a
commit f34fd19af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ SPLIT_BEFORE_EXPRESSION_AFTER_OPENING_PAREN=True
# If an argument / parameter list is going to be split, then split
# before the first argument.
SPLIT_BEFORE_FIRST_ARGUMENT=False
SPLIT_BEFORE_FIRST_ARGUMENT=True
# Set to True to prefer splitting before 'and' or 'or' rather than
# after.