Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 413 Bytes

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