mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
yapf: Update conf to add blank line before nested class/def
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
e04ae48637
commit
09583f3bbe
@ -2,3 +2,4 @@
|
|||||||
based_on_style = pep8
|
based_on_style = pep8
|
||||||
indent_dictionary_value = true
|
indent_dictionary_value = true
|
||||||
split_before_named_assigns = false
|
split_before_named_assigns = false
|
||||||
|
blank_line_before_nested_class_or_def = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user