aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-05-11 12:01:40 -0700
committerGravatar Masood Malekghassemi <atash@google.com>2017-01-17 10:55:32 -0800
commit06dea573daa2175b244a430bb89b49bb5c8e8c5b (patch)
treef5c0b6c2a3684e7bf9eaf0d75768074679f77151 /setup.cfg
parentd9f5b230c1dd78019ef1ed84fd2696f9e5f98fdd (diff)
Enable running Python formatting
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index dd9161ca8b..218792e674 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,3 +11,7 @@ inplace=1
[build_package_protos]
exclude=.*protoc_plugin/protoc_plugin_test\.proto$
+
+# Style settings
+[yapf]
+based_on_style = google