Advertisement
vertisan

Untitled

Oct 28th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. {
  2. "always_show_minimap_viewport": true,
  3. "auto_complete_triggers":
  4. [
  5. {
  6. "characters": "<",
  7. "selector": "text.html"
  8. },
  9. {
  10. "characters": "/",
  11. "selector": "string.quoted.double.html,string.quoted.single.html, source.css"
  12. }
  13. ],
  14. "bold_folder_labels": true,
  15. "close_windows_when_empty": false,
  16. "color_scheme": "Packages/User/SublimeLinter/VRS-Factory Color Theme (SL).tmTheme",
  17. "default_encoding": "UTF-8",
  18. "draw_minimap_border": false,
  19. "enable_tab_scrolling": false,
  20. "findreplace_small": true,
  21. "font-size": 15,
  22. "font_options":
  23. [
  24. "gray_antialias",
  25. "subpixel_antialias"
  26. ],
  27. "font_size": 10,
  28. "highlight_line": true,
  29. "ignored_packages":
  30. [
  31. "AdvancedNewFile",
  32. "ASP",
  33. "C#",
  34. "C++",
  35. "JSLint",
  36. "SCSS",
  37. "SublimeCodeIntel",
  38. "SublimeLinter",
  39. "Vintage"
  40. ],
  41. "indent_guide_options":
  42. [
  43. "draw_normal",
  44. "draw_active"
  45. ],
  46. "line_padding_bottom": 2,
  47. "line_padding_top": 2,
  48. "material_theme_small_statusbar": true,
  49. "material_theme_tree_headings": true,
  50. "open_files_in_new_window": false,
  51. "overlay_scroll_bars": "enabled",
  52. "preview_on_click": false,
  53. "show_encoding": true,
  54. "show_full_path": true,
  55. "sidebar_large": true,
  56. "tab_size": 4,
  57. "tabs_medium": true,
  58. "theme": "Material-Theme.sublime-theme",
  59. "translate_tabs_to_spaces": false,
  60. "update_check": false,
  61. "use_simple_full_screen": true,
  62. "word_wrap": true
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement