Skip to content

Instantly share code, notes, and snippets.

@akachrislee
Created October 19, 2012 17:13
Show Gist options
  • Save akachrislee/3919405 to your computer and use it in GitHub Desktop.
Save akachrislee/3919405 to your computer and use it in GitHub Desktop.
Default SublimeText 2 Settings
{
"draw_white_space": "selection",
"font_face": "Monaco",
"font_size": 13.0,
"highlight_line": true,
"overlay_scroll_bars": "enabled",
"tab_completion": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment