Sublime tweaks.

This commit is contained in:
Artem Sapegin
2013-02-04 14:32:22 +04:00
parent 047285bee1
commit 4c70b05d22
4 changed files with 5 additions and 3 deletions

View File

@ -5,6 +5,7 @@
"sublimelinter_notes": true,
"pep8_ignore": [ // https://github.com/jcrocholl/pep8/blob/master/pep8.py
"E501", // Line too long
"E701", // Multiple statements on one line
"W191" // Indentation contains tabs
]
}