Skip to content

Instantly share code, notes, and snippets.

@dliv
Last active December 9, 2015 07:14
Show Gist options
  • Save dliv/9f13e0a8d632d599e119 to your computer and use it in GitHub Desktop.
Save dliv/9f13e0a8d632d599e119 to your computer and use it in GitHub Desktop.
sublime-user-prefs.json
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/IDLE.tmTheme",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment