Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. {
  2. "ignored_packages":
  3. [
  4. "Vintage"
  5. ],
  6.  
  7. // Theme
  8. "color_scheme" : "Packages/Dracula Color Scheme/Dracula.tmTheme",
  9. "theme" : "Soda Dark 3.sublime-theme",
  10. "soda_classic_tabs" : true,
  11. "soda_folder_icons" : true,
  12.  
  13. // Text
  14. "font_face" : "Consolas",
  15. "font_size" : 10,
  16. "translate_tabs_to_spaces" : true,
  17. "highlight_line" : true,
  18. "line_padding_top" : 3,
  19. "line_padding_bottom" : 3,
  20. "trim_trailing_white_space_on_save" : true,
  21. "ensure_newline_at_eof_on_save" : true,
  22. "save_on_focus_lost" : false,
  23. "auto_find_in_selection" : true,
  24. "highlight_modified_tabs" : true,
  25. "bold_folder_labels" : true
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement