Skip to content

Instantly share code, notes, and snippets.

@jkgraham
Last active August 29, 2015 14:10
Show Gist options
  • Save jkgraham/b81d97b43cb60f09c841 to your computer and use it in GitHub Desktop.
Save jkgraham/b81d97b43cb60f09c841 to your computer and use it in GitHub Desktop.
Sublime settings
{
"font_size": 9,
"tab_size": 2,
"highlight_line": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"translate_tabs_to_spaces": true,
"show_full_path": true, (macs)
"ignored_packages": [ "Vintage" ],
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment