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:
Joseph Nuthalapati 2020-03-27 15:27:49 -07:00 committed by James Valleroy
parent e04ae48637
commit 09583f3bbe
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -2,3 +2,4 @@
based_on_style = pep8
indent_dictionary_value = true
split_before_named_assigns = false
blank_line_before_nested_class_or_def = true