spyglass-plugin-xls/.style.yapf
Ian H. Pittwood 269ce7154f Standardize spyglass-plugin-xls code with YAPF
Implements documentation updates from [0] to standardize formatting for
all Airship projects.

[0] https://review.opendev.org/#/c/671291/

Change-Id: I723af0d91e24a306f05c06a3ddf456757489f7f0
2019-07-29 16:47:56 -05:00

10 lines
311 B
Plaintext

[style]
based_on_style = pep8
spaces_before_comment = 2
column_limit = 79
blank_line_before_nested_class_or_def = false
blank_line_before_module_docstring = true
split_before_logical_operator = true
split_before_first_argument = true
allow_split_before_dict_value = false
split_before_arithmetic_operator = true