Skip to content

Instantly share code, notes, and snippets.

@jrnickell
Created May 3, 2014 16:18
Show Gist options
  • Save jrnickell/11cd718dc758ec143b3b to your computer and use it in GitHub Desktop.
Save jrnickell/11cd718dc758ec143b3b to your computer and use it in GitHub Desktop.
Sublime Text 2 Settings
{
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".vagrant",
".idea"
],
"font_face": "Source Code Pro",
"font_size": 15,
"preview_on_click": false,
"rulers":
[
120
],
"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