Browse Source
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 Spyglass project. [0] https://review.opendev.org/#/c/671291/ Co-Authored-By: Ian Pittwood <pittwoodian@gmail.com> Change-Id: I2b0f2491d83675d7742b168ecb9e1dfb9a11e719changes/20/672520/7
7 changed files with 38 additions and 21 deletions
@ -0,0 +1,10 @@
|
||||
[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 |
Loading…
Reference in new issue