Add Python linter.

This commit is contained in:
Scott Wallace 2015-11-04 18:56:53 +00:00
parent 215d5c5380
commit 4a1738cfde
2 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,7 @@
"GitSavvy",
"Markdown Preview",
"Package Control",
"Pylinter",
"Theme - SoDaReloaded"
]
}

View file

@ -4,5 +4,6 @@
],
"theme": "SoDaReloaded Dark.sublime-theme",
"vintage_ctrl_keys": true,
"vintage_start_in_command_mode": true
"vintage_start_in_command_mode": true,
"translate_tabs_to_spaces": true
}