Advertisement
Virajsinh

Preferences.sublime-settings

Jul 28th, 2023
786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.63 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. }
  24. /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