Skip to content

Instantly share code, notes, and snippets.

@bbg
Created October 20, 2015 12:22
Show Gist options
  • Save bbg/dc52e2f3221d24b730e9 to your computer and use it in GitHub Desktop.
Save bbg/dc52e2f3221d24b730e9 to your computer and use it in GitHub Desktop.
Sublime Text User Preferences
{
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"draw_minimap_border": true,
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"open_files_in_new_window": false,
"word_wrap": true,
"wrap_width": 150
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment