summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-03-31 07:54:13 +1100
committerGitHub <noreply@github.com>2022-03-30 21:54:13 +0100
commit64974a7f8fbda680ea307a9a4c2cb1cfbe92c01e (patch)
tree34c62de6fc59e36f9a3a165c2f72df7f82b314d3 /setup.cfg
parent6cdf230a20e34302f54db018c18063395345757f (diff)
yapf: disable arithmetic predecence indication (#16749)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index baa6a03967..c7d7952098 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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.