| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "user":
- {
- "debug": true,
- "delay": 0.1,
- "error_color": "D02000",
- "gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
- "gutter_theme_excludes":
- [
- ],
- "lint_mode": "background",
- "linters":
- {
- "eslint":
- {
- "@disable": false,
- "args":
- [
- ],
- "excludes":
- [
- ]
- },
- "stylelint":
- {
- "@disable": false,
- "args":
- [
- ],
- "excludes":
- [
- ]
- }
- },
- "mark_style": "squiggly underline",
- "no_column_highlights_line": false,
- "passive_warnings": false,
- "paths":
- {
- "linux":
- [
- ],
- "osx":
- [
- "/usr/local/bin",
- "~/.rbenv/shims"
- ],
- "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
- }
- }
|