Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. {
  2. "auto_complete_triggers":
  3. [
  4. {
  5. "characters": ".",
  6. "selector": "source.python - string - comment - constant.numeric"
  7. }
  8. ],
  9. "bold_folder_labels": true,
  10. "color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
  11. "complete_all_parameters": true,
  12. "ensure_newline_at_eof_on_save": true,
  13. "file_exclude_patterns":
  14. [
  15. ".DS_Store",
  16. "*.pid",
  17. "*.pyc"
  18. ],
  19. "folder_exclude_patterns":
  20. [
  21. ".svn",
  22. ".git",
  23. ".hg",
  24. "CVS",
  25. "__pycache__",
  26. ".venv"
  27. ],
  28. "font_face": "Meslo LG S DZ",
  29. "font_size": 12.0,
  30. "ignored_packages":
  31. [
  32. "Vintage"
  33. ],
  34. "indent_to_bracket": true,
  35. "line_padding_bottom": 0,
  36. "line_padding_top": 0,
  37. "pep8_ignore":
  38. [
  39. "E501"
  40. ],
  41. "soda_classic_tabs": true,
  42. "soda_folder_icons": true,
  43. "tab_size": 4,
  44. "theme": "Soda Dark 3.sublime-theme",
  45. "translate_tabs_to_spaces": true,
  46. "trim_trailing_white_space_on_save": true
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement