Skip to content

Instantly share code, notes, and snippets.

@abriening
Last active December 17, 2015 17:19
Show Gist options
  • Save abriening/5645327 to your computer and use it in GitHub Desktop.
Save abriening/5645327 to your computer and use it in GitHub Desktop.
Sublime Text user preferences
{
"color_scheme": "Packages/Color Scheme - Default/SpaceCadet.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 15.0,
"highlight_column": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"show_tab_close_buttons": false,
"spell_check": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment