An open API service indexing awesome lists of open source software.

https://github.com/fcurella/yapf-django

Yapf style config for django code.
https://github.com/fcurella/yapf-django

django formatting pep8 style yapf

Last synced: 4 months ago
JSON representation

Yapf style config for django code.

Awesome Lists containing this project

README

          

# Django-yapf

[Yapf](https://github.com/google/yapf) style config for django code.

```ini
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
```