Guest User

Untitled

a guest
Jan 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. {
  2. "always_show_minimap_viewport": true,
  3. "animation_enabled": false,
  4. "binary_file_patterns":
  5. [
  6. ".git/**",
  7. ".hg/**",
  8. ".svn/**",
  9. "dist/**",
  10. "CVS/**",
  11. "bower_components/**",
  12. "node_modules/**"
  13. ],
  14. "bold_folder_labels": true,
  15. "caret_extra_bottom": 2,
  16. "caret_extra_top": 2,
  17. "caret_extra_width": 1,
  18. "caret_style": "blink",
  19. "color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
  20. "draw_minimap_border": true,
  21. "draw_white_space": "none",
  22. "ensure_newline_at_eof_on_save": true,
  23. "extract_sublime_package_ask_on_open": true,
  24. "folder_exclude_patterns":
  25. [
  26. ".svn",
  27. ".hg",
  28. "CVS"
  29. ],
  30. "font_face": "Source Code Pro Medium",
  31. "font_options":
  32. [
  33. ],
  34. "font_size": 16,
  35. "highlight_line": true,
  36. "ignored_packages":
  37. [
  38. "Vintage"
  39. ],
  40. "indent_guide_options":
  41. [
  42. "draw_normal",
  43. "draw_active"
  44. ],
  45. "line_padding_bottom": 6,
  46. "line_padding_top": 6,
  47. "margin": 0,
  48. "match_selection": true,
  49. "material_theme_compact_panel": true,
  50. "material_theme_compact_sidebar": true,
  51. "material_theme_contrast_mode": true,
  52. "material_theme_panel_separator": true,
  53. "material_theme_small_tab": true,
  54. "material_theme_tabs_autowidth": true,
  55. "material_theme_tree_headings": true,
  56. "node_path": "PATH-TO-NODE-EXECUTABLE",
  57. "overlay_scroll_bars": "enabled",
  58. "scroll_past_end": true,
  59. "theme": "Material-Theme-Darker.sublime-theme",
  60. "translate_tabs_to_spaces": true,
  61. "tree_animation_enabled": false,
  62. "word_wrap": true
  63. }
Add Comment
Please, Sign In to add comment