Spaces:
Sleeping
Sleeping
| [style] | |
| # For explanation and more information: https://github.com/google/yapf | |
| BASED_ON_STYLE=pep8 | |
| DEDENT_CLOSING_BRACKETS=True | |
| SPLIT_BEFORE_FIRST_ARGUMENT=True | |
| ALLOW_SPLIT_BEFORE_DICT_VALUE=False | |
| JOIN_MULTIPLE_LINES=False | |
| COLUMN_LIMIT=120 | |
| BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF=True | |
| BLANK_LINES_AROUND_TOP_LEVEL_DEFINITION=2 | |
| SPACES_AROUND_POWER_OPERATOR=True | |