Advertisement
Virajsinh

Preferences.sublime-settings

Jul 28th, 2023 (edited)
890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.84 KB | Source Code | 0 0
  1. {
  2.     "font_size": 14,
  3.     "highlight_modified_tabs": true,
  4.     "update_check": false,
  5.     "save_on_focus_lost": false,
  6.     "color_scheme": "Monokai.sublime-color-scheme",
  7.     "ignored_packages":
  8.     [
  9.         "Vintage",
  10.     ],
  11.    
  12.     // Valid values are "smooth", "phase", "blink" and "solid".
  13.     "caret_style": "blink",
  14.     "caret_blink_interval": 1.0,
  15.  
  16.     "theme": "Default.sublime-theme",
  17.     "auto_complete": true,
  18.     "show_encoding": true,
  19.     "show_syntax":true,
  20.     "shift_tab_unindent": true,
  21.     "remember_open_files": true,
  22.     "translate_tabs_to_spaces": false,
  23.     "show_line_endings": true,
  24.     "spell_check":false,
  25.     "word_wrap": false,
  26.     "show_definitions" : true,
  27.  
  28.     "index_files": true,
  29.     "index_workers": 0  // Set to 0 to use the default number of workers for indexing
  30. }
  31. /Users/virajsinhnakum/Library/Application Support/Sublime Text/Packages/User/Preferences.sublime-settings
Tags: sublime text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement