Skip to content

Instantly share code, notes, and snippets.

@procload
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save procload/df4029569df2f064ec28 to your computer and use it in GitHub Desktop.

Select an option

Save procload/df4029569df2f064ec28 to your computer and use it in GitHub Desktop.
{
"user": {
"debug": false,
"delay": 0.25,
"error_color": "FF0000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
"lint_mode": "background",
"linters": {
"scss": {
"@disable": false,
"args": [
"${home}/Sites/food52/config/scss-lint.yml"
],
}
},
"mark_style": "outline",
"no_column_highlights_line": false,
"passive_warnings": false,
"rc_search_limit": 3,
"shell_timeout": 10,
"show_errors_on_save": false,
"show_marks_in_minimap": false,
"syntax_map": {
"html (rails)": "html",
"html 5": "html",
},
"warning_color": "FF0000",
"wrap_find": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment