Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. {
  2. "color_scheme": "Packages/User/Solarized/Solarized (light).tmTheme",
  3. "draw_indent_guides": false,
  4. "ensure_newline_at_eof_on_save": true,
  5. "file_exclude_patterns":
  6. [
  7. "*.pyc",
  8. "*.pyo",
  9. "*.exe",
  10. "*.dll",
  11. "*.obj",
  12. "*.o",
  13. "*.a",
  14. "*.lib",
  15. "*.so",
  16. "*.dylib",
  17. "*.ncb",
  18. "*.sdf",
  19. "*.suo",
  20. "*.pdb",
  21. "*.idb",
  22. ".DS_Store",
  23. "*.class",
  24. "*.psd",
  25. "*.db",
  26. "*.sublime-workspace",
  27. "._*"
  28. ],
  29. "find_selected_text": true,
  30. "folder_exclude_patterns":
  31. [
  32. ".svn",
  33. ".git",
  34. ".hg",
  35. "CVS",
  36. ".cache",
  37. "templates_c",
  38. "compiled"
  39. ],
  40. "font_face": "InputMono-Light",
  41. "font_size": 11,
  42. "highlight_line": true,
  43. "ignored_packages":
  44. [
  45. "Vintage",
  46. "CSS"
  47. ],
  48. "trim_trailing_white_space_on_save": true,
  49. "word_wrap": true
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement