Advertisement
Guest User

Untitled

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