Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created June 21, 2013 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrchrisadams/5831855 to your computer and use it in GitHub Desktop.
Save mrchrisadams/5831855 to your computer and use it in GitHub Desktop.
/*
SublimeLinter user settings
*/
{
"sublimelinter_mark_style": "outline",
"jshint_options":
{
// To fix column positions for JSHint errors you may want to add `"indent": 1` to your
// **User** "jshint_options". This issue affects users with tabs for indentation.
// This fix was reverted due to a conflict with using the `"white": true` option.
// "indent": 1,
"evil": true,
"regexdash": true,
"browser": true,
"wsh": true,
"trailing": true,
"sub": true,
"indent": 1,
"white": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment