Last active
December 4, 2017 14:13
-
-
Save mnowotnik/a9c9caaabdb0238046eec4009c25ab62 to your computer and use it in GitHub Desktop.
Sane yapf config
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
[style] | |
based_on_style=pep8 | |
column_limit=100 | |
continuation_indent_width=4 | |
dedent_closing_brackets=true | |
coalesce_brackets=false | |
blank_line_before_nested_class_or_def=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment