Skip to content

Instantly share code, notes, and snippets.

@joeyfigaro
Last active December 18, 2015 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeyfigaro/5713836 to your computer and use it in GitHub Desktop.
Save joeyfigaro/5713836 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"auto_complete": false,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme",
"find_select_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_face": "Ubuntu Mono",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"theme": "fox.dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"gutter": true,
"margin": 4,
"use_tab_stops": false,
"fold_buttons": true,
"fade_fold_buttons": false,
"tab_size": 2,
"highlight_line": false,
"caret_extra_top": 0,
"caret_extra_bottom": 0,
"caret_extra_width": 1,
"line_padding_top": 2,
"line_padding_bottom": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment