aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlex Nicksay <nicksay@google.com>2016-10-17 13:00:14 -0400
committerAlex Nicksay <nicksay@google.com>2016-10-17 13:57:56 -0400
commitb04f4ea185a399369edb484e46a3626cb4c8c4e0 (patch)
treed853f6b14afdcad53378bfd11e52bd234180111a /setup.cfg
parentd60aa2311664f0ac35b6ed1a10a990658eba4b86 (diff)
downloadbrotli-b04f4ea185a399369edb484e46a3626cb4c8c4e0.zip
brotli-b04f4ea185a399369edb484e46a3626cb4c8c4e0.tar.gz
brotli-b04f4ea185a399369edb484e46a3626cb4c8c4e0.tar.bz2
Python: Update README with information about code formatting
Also, add a `yapf` section to `setup.cfg` to ensure YAPF runs format code with the Google style.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index baeaba5..990b9e1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,5 @@
[build]
build-base=bin
+[yapf]
+based_on_style=google