WiP
This commit is contained in:
parent
523d1d7668
commit
ce8e89af51
607 changed files with 402657 additions and 61 deletions
15
src/deps/sol2-3.2.2/.style.yapf
Normal file
15
src/deps/sol2-3.2.2/.style.yapf
Normal file
|
@ -0,0 +1,15 @@
|
|||
[style]
|
||||
based_on_style = pep8
|
||||
use_tabs = true
|
||||
indent_width = 5
|
||||
|
||||
spaces_before_comment = 1
|
||||
spaces_around_power_operator = true
|
||||
space_between_ending_comma_and_closing_bracket = true
|
||||
|
||||
continuation_align_style = SPACE
|
||||
split_before_first_argument = false
|
||||
split_complex_comprehension = true
|
||||
dedent_closing_brackets = false
|
||||
coalesce_brackets = true
|
||||
align_closing_bracket_with_visual_indent = false
|
Loading…
Add table
Add a link
Reference in a new issue