This commit is contained in:
QuanyiLi
2023-05-06 22:10:58 +01:00
parent b101f6fdea
commit 49537ffc1e
10 changed files with 61 additions and 33 deletions

7
.style.yapf Normal file
View File

@@ -0,0 +1,7 @@
[style]
based_on_style=pep8
dedent_closing_brackets=True
split_before_first_argument=True
allow_split_before_dict_value=False
join_multiple_lines=False
column_limit=120