Guest User

Untitled

a guest
May 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "auto_complete": true,
  3. "auto_complete_commit_on_tab": true,
  4. "caret_style": "solid",
  5. "color_scheme": "Packages/Predawn/predawn.tmTheme",
  6. "copy_with_empty_selection": true,
  7. "draw_white_space": "all",
  8. "ensure_newline_at_eof_on_save": true,
  9. "find_selected_text": true,
  10. "font_face": "Source Code Variable Regular",
  11. "font_size": 16,
  12. "highlight_line": true,
  13. "highlight_modified_tabs": true,
  14. "ignored_packages":
  15. [
  16. "Vintage"
  17. ],
  18. "index_files": true,
  19. "predawn_findreplace_small": true,
  20. "predawn_tabs_small": true,
  21. "rulers":
  22. [
  23. 80,
  24. 120
  25. ],
  26. "tab_size": 2,
  27. "theme": "predawn-DEV.sublime-theme",
  28. "translate_tabs_to_spaces": true,
  29. "trim_trailing_white_space_on_save": true,
  30. "wide_caret": true,
  31. "word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~",
  32. "word_wrap": true
  33. }
Add Comment
Please, Sign In to add comment