Merge "Add configuration file for PEP-8 checker tool"

This commit is contained in:
Shawn Pearce
2013-05-18 02:37:54 +00:00
committed by Gerrit Code Review

5
contrib/.pep8rc Normal file
View File

@@ -0,0 +1,5 @@
[pep8]
max_line_length = 80
show_pep8 = True
show_source = True
ignore = E111,E121