tsotfsk / yapf-django

Yapf style config for django code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-yapf

Yapf style config for django code.

based_on_style=pep8
column_limit=119
align_closing_bracket_with_visual_indent=False
dedent_closing_brackets=True
i18n_function_call=['_']
space_between_ending_comma_and_closing_bracket=False
split_before_expression_after_opening_paren=True
split_complex_comprehension=True
blank_line_before_nested_class_or_def=True

About

Yapf style config for django code.

License:MIT License