Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "auto_complete": true,
- "auto_complete_delay": 50,
- "auto_complete_size_limit": 4194304,
- "auto_complete_triggers":
- [
- {
- "characters": ".",
- "selector": "source.python"
- }
- ],
- "font_size": 13,
- "ignored_packages":
- [
- "Markdown",
- "RestructuredText",
- "Vintage"
- ],
- "show_line_endings": true,
- "smart_indent": true,
- "tab_completion": true,
- "tab_size": 4,
- "theme": "Adaptive.sublime-theme",
- "translate_tabs_to_spaces": true,
- "trim_automatic_white_space": true,
- "trim_trailing_white_space_on_save": true
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement