Skip to content

Instantly share code, notes, and snippets.

@vincentmac
Last active October 7, 2015 23:41
Show Gist options
  • Save vincentmac/3243634 to your computer and use it in GitHub Desktop.
Save vincentmac/3243634 to your computer and use it in GitHub Desktop.
SublimeText 3 User Preferences
{
"draw_white_space": "all",
"draw_indent_guides": true,
"indent_guide_options": ["draw_normal", "draw_active"],
// "font_face": "Inconsolata",
// "font_size": 14,
"font_face": "DejaVu Sans Mono",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"theme": "Soda Dark 3.sublime-theme",
"soda_classic_tabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment