Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "auto_complete": true,
  3. "auto_complete_delay": 50,
  4. "auto_complete_size_limit": 4194304,
  5. "auto_complete_triggers":
  6. [
  7. {
  8. "characters": ".",
  9. "selector": "source.python"
  10. }
  11. ],
  12. "font_size": 13,
  13. "ignored_packages":
  14. [
  15. "Markdown",
  16. "RestructuredText",
  17. "Vintage"
  18. ],
  19. "show_line_endings": true,
  20. "smart_indent": true,
  21. "tab_completion": true,
  22. "tab_size": 4,
  23. "theme": "Adaptive.sublime-theme",
  24. "translate_tabs_to_spaces": true,
  25. "trim_automatic_white_space": true,
  26. "trim_trailing_white_space_on_save": true
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement