FreedomBox/.style.yapf
Sunil Mohan Adapa 3e644f7afa
Update yapf configuration for simplicity
- Currently set spaces_before_comment is default, don't set explicitly.

- Currently set split_before_logical_operator is default, don't set explicitly.

- Current set each_dict_entry_on_separate_line is default, don't set explicitly.
  Also this is not a configuration available on yapf in stretch making this
  configuration unusable on stretch machines.

- coalesce_backets is only effective when dedent_closing_brackets is set which
  is off by default. So this has no effect.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2017-12-13 18:55:38 -05:00

5 lines
96 B
Plaintext

[style]
based_on_style = pep8
indent_dictionary_value = true
split_before_named_assigns = false