Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.67 KB | None | 0 0
  1. {
  2.     "user": {
  3.         "debug": true,
  4.         "delay": 0.25,
  5.         "error_color": "D02000",
  6.         "gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
  7.         "gutter_theme_excludes": [],
  8.         "lint_mode": "background",
  9.         "linters": {
  10.             "elixirlinter": {
  11.                 "@disable": true,
  12.                 "args": [],
  13.                 "excludes": []
  14.             },
  15.             "eslint": {
  16.                 "@disable": false,
  17.                 "args": [],
  18.                 "excludes": []
  19.             }
  20.         },
  21.         "mark_style": "outline",
  22.         "no_column_highlights_line": false,
  23.         "passive_warnings": false,
  24.         "paths": {
  25.             "linux": [],
  26.             "osx": [],
  27.             "windows": []
  28.         },
  29.         "python_paths": {
  30.             "linux": [],
  31.             "osx": [],
  32.             "windows": []
  33.         },
  34.         "rc_search_limit": 3,
  35.         "shell_timeout": 10,
  36.         "show_errors_on_save": false,
  37.         "show_marks_in_minimap": true,
  38.         "syntax_map": {
  39.             "html (django)": "html",
  40.             "html (rails)": "html",
  41.             "html 5": "html",
  42.             "javascript (babel)": "javascript",
  43.             "jsx": "javascript",
  44.             "magicpython": "python",
  45.             "php": "html",
  46.             "python django": "python",
  47.             "pythonimproved": "python"
  48.         },
  49.         "tooltip_fontsize": "0.8rem",
  50.         "tooltip_theme": "Packages/SublimeLinter/tooltip-themes/Inline/Inline.tooltip-theme",
  51.         "tooltip_theme_excludes": [],
  52.         "tooltips": false,
  53.         "warning_color": "DDB700",
  54.         "wrap_find": true
  55.     }
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement