yapf: disable arithmetic predecence indication (#16749)
This commit is contained in:
parent
6cdf230a20
commit
64974a7f8f
3 changed files with 10 additions and 10 deletions
|
@ -51,7 +51,7 @@ allow_split_before_dict_value=True
|
|||
# e = 1*2 - 3
|
||||
# f = 1 + 2 + 3 + 4
|
||||
#
|
||||
arithmetic_precedence_indication=True
|
||||
arithmetic_precedence_indication=False
|
||||
|
||||
# Number of blank lines surrounding top-level function and class
|
||||
# definitions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue