269ce7154f
Implements documentation updates from [0] to standardize formatting for all Airship projects. [0] https://review.opendev.org/#/c/671291/ Change-Id: I723af0d91e24a306f05c06a3ddf456757489f7f0
10 lines
311 B
Plaintext
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 |