Skip to content

Instantly share code, notes, and snippets.

@kjunggithub
Last active December 24, 2015 09:09
Show Gist options
  • Save kjunggithub/6775197 to your computer and use it in GitHub Desktop.
Save kjunggithub/6775197 to your computer and use it in GitHub Desktop.
Sublime Text 2 SublimeLinter User Settings
{
"sublimelinter": true,
"sublimelinter_executable_map":
{
"php":"/usr/local/bin/php",
"css":"/usr/local/bin/node",
"html":"/usr/local/bin/tidy",
"js":"/usr/local/bin/node"
},
"sublimelinter_popup_errors_on_save": true,
"sublimelinter_fill_outlines": false,
"sublimelinter_gutter_marks": true,
"sublimelinter_delay": 0,
"sublimelinter_mark_style": "outline",
"sublimelinter_disable":
[
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment