Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "font_size": 14,
- "highlight_modified_tabs": true,
- "update_check": false,
- "save_on_focus_lost": false,
- "color_scheme": "Monokai.sublime-color-scheme",
- "ignored_packages":
- [
- "Vintage",
- ],
- // Valid values are "smooth", "phase", "blink" and "solid".
- "caret_style": "blink",
- "caret_blink_interval": 1.0,
- "theme": "Default.sublime-theme",
- "auto_complete": true,
- "show_encoding": true,
- "show_syntax":true,
- "shift_tab_unindent": true,
- "remember_open_files": true,
- "translate_tabs_to_spaces": false,
- "show_line_endings": true,
- "spell_check":false,
- "word_wrap": false,
- "show_definitions" : true,
- "index_files": true,
- "index_workers": 0 // Set to 0 to use the default number of workers for indexing
- }
- /Users/virajsinhnakum/Library/Application Support/Sublime Text/Packages/User/Preferences.sublime-settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement