Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. {
  2. // "theme": "Spacegray.sublime-theme",
  3. // "color_scheme": "Packages/Colorsublime - Themes/dimmed-monokai.tmTheme",
  4. "theme": "Material-Theme.sublime-theme",
  5. "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
  6. "auto_complete": true,
  7. "auto_complete_commit_on_tab": true,
  8. "auto_complete_with_fields": true,
  9. "caret_extra_bottom": 3,
  10. "caret_extra_top": 3,
  11. "caret_extra_width": 2,
  12. "default_encoding": "UTF-8",
  13. "detect_indentation": true,
  14. "folder_exclude_patterns":
  15. [
  16. ".git",
  17. ".bundle",
  18. ".sass-cache"
  19. ],
  20. "font_options":
  21. [
  22. "subpixel_antialias"
  23. ],
  24. "font_size": 15,
  25. "highlight_line": true,
  26. "highlight_modified_tabs": true,
  27. "ignored_packages":
  28. [
  29. "Vintage"
  30. ],
  31. "line_padding_bottom": 8,
  32. "line_padding_top": 8,
  33. "overlay_scroll_bars": "enabled",
  34. "tab_size": 4,
  35. "trim_trailing_white_space_on_save": true,
  36. "word_wrap": true,
  37. // "font_options": [ "gray_antialias" ], // On retina Mac
  38. "always_show_minimap_viewport": true,
  39. "bold_folder_labels": true
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement