Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. {
  2. "bold_folder_labels": true,
  3. "close_windows_when_empty": false,
  4. "color_scheme": "Packages/User/Laravel (SL).tmTheme",
  5. "create_window_at_startup": false,
  6. "detect_indentation": true,
  7. "draw_white_space": "all",
  8. "fade_fold_buttons": true,
  9. "file_exclude_patterns":
  10. [
  11. ".DS_Store",
  12. ".htaccess",
  13. ".project",
  14. "*.exe",
  15. "*.pdf",
  16. "*.psd",
  17. ".gitignore"
  18. ],
  19. "folder_exclude_patterns":
  20. [
  21. ".git",
  22. ".idea",
  23. "tmp",
  24. ".settings"
  25. ],
  26. "font_face": "Source Code Pro",
  27. "font_size": 14.0,
  28. "highlight_line": true,
  29. "highlight_modified_tabs": true,
  30. "ignored_packages":
  31. [
  32. "Vintage"
  33. ],
  34. "line_padding_bottom": 1,
  35. "line_padding_top": 1,
  36. "margin": -12,
  37. "save_on_focus_lost": true,
  38. "scroll_past_end": true,
  39. "tab_completion": true,
  40. "tab_size": 4,
  41. "translate_tabs_to_spaces": true,
  42. "trim_trailing_white_space_on_save": true,
  43. "wide_caret": true,
  44. "word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
  45. "word_wrap": true
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement