Advertisement
Guest User

ustawienia

a guest
Dec 9th, 2015
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.65 KB | None | 0 0
  1. {
  2.     "user": {
  3.         "debug": false,
  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.             "jshint": {
  11.                 "@disable": false,
  12.                 "args": [],
  13.                 "excludes": []
  14.             },
  15.             "php": {
  16.                 "@disable": false,
  17.                 "args": [],
  18.                 "excludes": []
  19.             },
  20.             "phplint": {
  21.                 "@disable": false,
  22.                 "args": [],
  23.                 "excludes": []
  24.             }
  25.         },
  26.         "mark_style": "outline",
  27.         "no_column_highlights_line": false,
  28.         "passive_warnings": false,
  29.         "paths": {
  30.             "linux": [],
  31.             "osx": [],
  32.             "windows": []
  33.         },
  34.         "python_paths": {
  35.             "linux": [],
  36.             "osx": [],
  37.             "windows": []
  38.         },
  39.         "rc_search_limit": 3,
  40.         "shell_timeout": 10,
  41.         "show_errors_on_save": false,
  42.         "show_marks_in_minimap": true,
  43.         "sublimelinter": true,
  44.         "sublimelinter_executable_map": {
  45.             "php": "/xampp/php/php.exe"
  46.         },
  47.         "syntax_map": {
  48.             "html (django)": "html",
  49.             "html (rails)": "html",
  50.             "html 5": "html",
  51.             "javascript (babel)": "javascript",
  52.             "magicpython": "python",
  53.             "php": "html",
  54.             "python django": "python"
  55.         },
  56.         "warning_color": "DDB700",
  57.         "wrap_find": true
  58.     }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement