Skip to content

Instantly share code, notes, and snippets.

@krisanalfa
Last active December 18, 2015 04:49
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 krisanalfa/5727788 to your computer and use it in GitHub Desktop.
Save krisanalfa/5727788 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Config
{
"caret_style": "phase",
"draw_white_space": "none",
"ensure_newline_at_eof_on_save": true,
"font_face": "Ubuntu Mono",
"font_size": 17,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"scroll_speed": 0,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment