Skip to content

Instantly share code, notes, and snippets.

@kodekracker
Last active August 29, 2015 14:02
Show Gist options
  • Save kodekracker/d43bfbf951c06b4bddcd to your computer and use it in GitHub Desktop.
Save kodekracker/d43bfbf951c06b4bddcd to your computer and use it in GitHub Desktop.
User Preferences of Sublime Text Editor
{
"color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"rulers":
[
80
],
"shift_tab_unindent": true,
"spell_check": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": "true",
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment