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.
- Host: GitHub
- URL: https://github.com/fcurella/yapf-django
- Owner: fcurella
- License: mit
- Created: 2018-01-15T16:24:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T15:04:05.000Z (almost 6 years ago)
- Last Synced: 2025-04-11T20:12:45.163Z (6 months ago)
- Topics: django, formatting, pep8, style, yapf
- Homepage:
- Size: 4.88 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```