Skip to content

Instantly share code, notes, and snippets.

@dbarbar
Created October 4, 2012 14:20
Show Gist options
  • Save dbarbar/3833807 to your computer and use it in GitHub Desktop.
Save dbarbar/3833807 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Settings file
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
"default_line_ending": "unix",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_size": 26.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment