Add yapf configuration to setup.cfg

This commit is contained in:
Bahtiar `kalkin-` Gadimov 2016-07-02 19:49:15 +02:00 committed by Wojtek Porczyk
parent e8d0e53f41
commit c614f101f4

View File

@ -2,3 +2,6 @@
max-line-length=80 max-line-length=80
ignore=E128,E302,E126,E127,E122 ignore=E128,E302,E126,E127,E122
[yapf]
split_before_named_assigns=off
column_limit=80