.style.yapf 148 Bytes
Newer Older
1
2
[style]
based_on_style = pep8
3
column_limit = 120
4
5
spaces_before_comment = 4
blank_line_before_module_docstring = True
6
dedent_closing_brackets = True