Skip to content

Instantly share code, notes, and snippets.

@stephdatu
Last active November 9, 2017 03:57
Show Gist options
  • Save stephdatu/7571962 to your computer and use it in GitHub Desktop.
Save stephdatu/7571962 to your computer and use it in GitHub Desktop.
Sublime Text User Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Colorsublime-Themes/Monokai-Soft.tmTheme",
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
79
],
"save_on_focus_lost": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment