From b04f4ea185a399369edb484e46a3626cb4c8c4e0 Mon Sep 17 00:00:00 2001 From: Alex Nicksay Date: Mon, 17 Oct 2016 13:00:14 -0400 Subject: 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. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.cfg') 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 -- cgit v1.1