Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. {
  2. "auto_indent": true,
  3. "bold_folder_labels": true,
  4. "caret_style": "phase",
  5. "detect_indentation": false,
  6. "draw_indent_guides": true,
  7. "draw_white_space": "selection",
  8. "fade_fold_buttons": false,
  9. "find_selected_text": true,
  10. "fold_buttons": true,
  11. "font_size": 15.0,
  12. "highlight_line": true,
  13. "highlight_modified_tabs": true,
  14. "ignored_packages":
  15. [
  16. "Vintage",
  17. "Sublimerge Pro"
  18. ],
  19. "line_padding_bottom": 2,
  20. "line_padding_top": 2,
  21. "rulers":
  22. [
  23. 80,
  24. 120
  25. ],
  26. "tab_size": 4,
  27. "theme": "Soda Dark 3.sublime-theme",
  28. "todo":
  29. {
  30. "case_sensitive": true,
  31. "patterns":
  32. {
  33. "CHANGED": "CHANGED[\\s]*?:+(?P<changed>\\S.*)$",
  34. "FIXME": "FIX ?ME[\\s]*?:+(?P<fixme>\\S.*)$",
  35. "NOTE": "NOTE[\\s]*?:+(?P<note>.*)$",
  36. "TODO": "TODO[\\s]*?:+(?P<todo>.*)$"
  37. }
  38. },
  39. "translate_tabs_to_spaces": true,
  40. "trim_automatic_white_space": true,
  41. "trim_trailing_white_space_on_save": true,
  42. "use_tab_stops": true,
  43. "word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
  44. "word_wrap": true
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement