Skip to content

Instantly share code, notes, and snippets.

@tomlagier
Created July 31, 2014 19:59
Show Gist options
  • Save tomlagier/3865a9345568c0ed82e5 to your computer and use it in GitHub Desktop.
Save tomlagier/3865a9345568c0ed82e5 to your computer and use it in GitHub Desktop.
{
"user": {
"debug": false,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "background",
"linters": {
"gjslint": {
"@disable": false,
"args": [],
"disable": "",
"excludes": [],
"jslint_error": "",
"max_line_length": null
},
"htmltidy": {
"@disable": false,
"args": [],
"excludes": []
},
"jshint": {
"@disable": false,
"args": [],
"excludes": []
},
"php": {
"@disable": false,
"args": [],
"excludes": []
},
"phplint": {
"@disable": false,
"args": [],
"excludes": []
}
},
"mark_style": "outline",
"no_column_highlights_line": false,
"paths": {
"linux": [],
"osx": [
"/Applications/MAMP/bin/php/php5.4.19/bin/php",
"/usr/bin/"
],
"windows": []
},
"python_paths": {
"linux": [],
"osx": [],
"windows": []
},
"rc_search_limit": 3,
"shell_timeout": 10,
"show_errors_on_save": false,
"show_marks_in_minimap": true,
"syntax_map": {
"html (django)": "html",
"html (rails)": "html",
"html 5": "html",
"php": "html",
"python django": "python"
},
"warning_color": "DDB700",
"wrap_find": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment