Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jfitzsimmons2
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfitzsimmons2/b79539e3cc595933249a to your computer and use it in GitHub Desktop.
Save jfitzsimmons2/b79539e3cc595933249a to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"font_face": "Ubuntu Mono",
"font_options": "subpixel_antialias",
"font_size": 16,
"highlight_line":true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"tab_completion": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"indent_to_bracket": 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