Skip to content

Instantly share code, notes, and snippets.

@jvdgoot
Created April 2, 2012 12:29
Show Gist options
  • Save jvdgoot/2283126 to your computer and use it in GitHub Desktop.
Save jvdgoot/2283126 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Configuration
{
"auto_complete_commit_on_tab": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Espresso Aqua.tmTheme",
"detect_slow_plugins": false,
"drag_text": false,
"draw_white_space": "all",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_site",
".sass-cache"
],
"font_face": "Meslo LG S DZ",
"font_options":
[
"no_italic",
"no_bold"
],
"font_size": 18.0,
"ignored_packages":
[
"Vintage",
"HTML5",
"BracketHighlighter"
],
"indent_guide_options":
[
"draw_active"
],
"tab_size": 2,
"theme": "AppKit.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment