8d0b847a03
From recently merged document updates in [0] there is a desire to standardize the Airship project python codebase. This is the effort to do so for the Treasuremap project. [0] https://review.opendev.org/#/c/671291/ Change-Id: Icd45f1b99a90e6c934a84fdd91f2f7f8af5a8ddb
11 lines
322 B
Plaintext
11 lines
322 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
|