Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. {
  2. "always_show_minimap_viewport": true,
  3. "binary_file_patterns":
  4. [
  5. "*.tar.gz",
  6. "*.scssc",
  7. "*.jpg",
  8. "*.jpeg",
  9. "*.png",
  10. "*.gif",
  11. "*.ttf",
  12. "*.tga",
  13. "*.dds",
  14. "*.ico",
  15. "*.eot",
  16. "*.pdf",
  17. "*.swf",
  18. "*.jar",
  19. "*.zip"
  20. ],
  21. "caret_style": "phase",
  22. "close_windows_when_empty": false,
  23. "color_scheme": "Packages/User/SublimeLinter/OneDark (SL).tmTheme",
  24. "drag_text": false,
  25. "enable_tab_scrolling": true,
  26. "file_exclude_patterns":
  27. [
  28. "*.tar.gz",
  29. "*.scssc",
  30. "*.pyc",
  31. "*.pyo",
  32. "*.exe",
  33. "*.dll",
  34. "*.obj",
  35. "*.o",
  36. "*.a",
  37. "*.lib",
  38. "*.so",
  39. "*.dylib",
  40. "*.ncb",
  41. "*.sdf",
  42. "*.suo",
  43. "*.pdb",
  44. "*.idb",
  45. ".DS_Store",
  46. "*.class",
  47. "*.psd",
  48. "*.db",
  49. "*.sublime-workspace",
  50. "*.sublime-project",
  51. "*.*~"
  52. ],
  53. "folder_exclude_patterns":
  54. [
  55. ".svn",
  56. ".git",
  57. ".hg",
  58. "CVS",
  59. "scss/neat/*"
  60. ],
  61. "font_face": "Consolas",
  62. "font_options":
  63. [
  64. "directwrite"
  65. ],
  66. "font_size": 11,
  67. "ignored_packages":
  68. [
  69. "Base16 Color Schemes",
  70. "BracketHighlighter",
  71. "Color Highlighter",
  72. "JSX",
  73. "Vintage"
  74. ],
  75. "line_padding_bottom": 1,
  76. "material_theme_accent_yellow": true,
  77. "material_theme_compact_panel": true,
  78. "material_theme_compact_sidebar": true,
  79. "material_theme_disable_folder_animation": true,
  80. "material_theme_small_statusbar": true,
  81. "material_theme_small_tab": true,
  82. "overlay_scroll_bars": "enabled",
  83. "theme": "Material Spacegray.sublime-theme"
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement