Skip to content

Instantly share code, notes, and snippets.

@ninek9
Created July 15, 2012 19:19
Show Gist options
  • Save ninek9/3118218 to your computer and use it in GitHub Desktop.
Save ninek9/3118218 to your computer and use it in GitHub Desktop.
ST2 User Prefs
{
"auto_complete_commit_on_tab": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"draw_indent_guides": false,
"draw_minimap_border": true,
"draw_white_space": "none",
"fade_fold_buttons": false,
"font_face": "Menlo",
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": false,
"ignored_packages":
[
"SublimeLinter",
"SublimeTagmatcher"
],
"indent_subsequent_lines": false,
"line_padding_bottom": 1,
"line_padding_top": 2,
"match_brackets_angle": true,
"save_on_focus_lost": false,
"scroll_past_end": true,
"scroll_speed": 1.0,
"tab_size": 4,
"theme": "Pseudo OSX.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment