Skip to content

Instantly share code, notes, and snippets.

@maribo
maribo / sublime-settings.js
Created November 16, 2012 11:07 — forked from rochacbruno/sublime-settings.js
Sublime text pyflakes ignore for web2py identifiers
/*
SublimeLinter default settings
*/
{
/*
Sets the mode in which SublimeLinter runs:
true - Linting occurs in the background as you type (the default).
false - Linting only occurs when you initiate it.
"load-save" - Linting occurs only when a file is loaded and saved.