summaryrefslogtreecommitdiff
path: root/.style.yapf
Commit message (Collapse)AuthorAgeFilesLines
* Add support for yapf python formatting tool (#276)Sam Clegg2017-01-181-0/+4
* Add support for yapf python formatting tool This changs adds .style.yapf to define the python style we are using. I also ran yapf over all the python files: $ yapf -i `git ls-files *.py` Going forward, we should probably add a travis test to prevent regressions. We should probably also switch to more conventional 4-space indentation, which is used by almost everybody outside of Google.