Skip to content

Instantly share code, notes, and snippets.

@jpolete
Created September 30, 2014 17:43
Show Gist options
  • Save jpolete/9bc63838696c077a912f to your computer and use it in GitHub Desktop.
Save jpolete/9bc63838696c077a912f to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings (just in case)
{
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".codekit-cache"
],
// "font_face": "Bitstream Vera Sans Mono",
"font_face": "Inconsolata",
// "font_face": "Anonymous Pro",
// "font_face": "Fira Mono",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true,
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment