Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. { "bold_folder_labels": true,
  2. "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
  3. "font_face": "Consolas",
  4. "font_size": 14,
  5. "highlight_line": true,
  6. "highlight_modified_tabs": true,
  7. "ignored_packages":
  8. [
  9. "Vintage"
  10. ],
  11. "rulers":
  12. [
  13. 80
  14. ],
  15. "scroll_past_end": true,
  16. "tab_completion": false,
  17. "tab_size": 4,
  18. "theme": "Material-Theme.sublime-theme",
  19. "translate_tabs_to_spaces": true,
  20. "trim_trailing_white_space_on_save": true,
  21. "vintage_start_in_command_mode": true,
  22. "word_wrap": true,
  23. "overlay_scroll_bars": "enabled",
  24. "line_padding_top": 3,
  25. "line_padding_bottom": 3,
  26. "always_show_minimap_viewport": true,
  27. "bold_folder_labels": true,
  28. "indent_guide_options": [ "draw_normal", "draw_active" ], // Highlight active indent
  29. "font_options": [ "gray_antialias" ],
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement