Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. {
  2. "bold_folder_labels": true,
  3. "caret_style": "phase",
  4. "color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
  5. "ensure_newline_at_eof_on_save": true,
  6. "file_exclude_patterns":
  7. [
  8. ".DS_Store",
  9. ".tags*",
  10. "*.pyc",
  11. "*.pyo",
  12. "*.exe",
  13. "*.dll",
  14. "*.obj",
  15. "*.o",
  16. "*.a",
  17. "*.lib",
  18. "*.log",
  19. "*.so",
  20. "*.dylib",
  21. "*.ncb",
  22. "*.sdf",
  23. "*.suo",
  24. "*.pdb",
  25. "*.idb",
  26. "*.class",
  27. "*.psd",
  28. "*.db",
  29. "*.pdf"
  30. ],
  31. "folder_exclude_patterns":
  32. [
  33. ".zeus.sock",
  34. ".git",
  35. ".svn",
  36. ".hg",
  37. "CVS",
  38. ".sass-cache",
  39. ".bundle",
  40. "bundle",
  41. ".rbx",
  42. "tmp"
  43. ],
  44. "font_face": "Inconsolata-dz",
  45. "font_size": 15.0,
  46. "highlight_line": true,
  47. "highlight_modified_tabs": true,
  48. "ignored_packages":
  49. [
  50. "ERB Snippets",
  51. "Tag",
  52. "Git",
  53. "Vintage",
  54. "Better CoffeeScript"
  55. ],
  56. "line_padding_bottom": 0.5,
  57. "line_padding_top": 0.5,
  58. "new_window_settings":
  59. {
  60. "show_minimap": false
  61. },
  62. "rulers":
  63. [
  64. 80
  65. ],
  66. "tab_size": 2,
  67. "theme": "Flatland Dark.sublime-theme",
  68. "translate_tabs_to_spaces": true,
  69. "trim_trailing_white_space_on_save": true,
  70. "vintageous_reset_mode_when_switching_tabs": false,
  71. "vintageous_use_ctrl_keys": true
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement