Refactoring and some tweaks.

This commit is contained in:
Artem Sapegin
2012-10-22 12:01:42 +04:00
parent 12548e9a90
commit 41cefe2dc1
13 changed files with 25 additions and 11 deletions

View File

@ -2,5 +2,9 @@
"sublimelinter_delay": 1,
"sublimelinter_mark_style": "none",
"sublimelinter_gutter_marks": true,
"sublimelinter_notes": true
"sublimelinter_notes": true,
"pep8_ignore": [ // https://github.com/jcrocholl/pep8/blob/master/pep8.py
"E501", // Line too long
"W191" // Indentation contains tabs
]
}