Skip to content

Instantly share code, notes, and snippets.

@thejsj
Created January 17, 2014 16:27
Show Gist options
  • Save thejsj/8476391 to your computer and use it in GitHub Desktop.
Save thejsj/8476391 to your computer and use it in GitHub Desktop.
My sublime text settings... just in case I need then again
{
"auto_indent": true,
"create_window_at_startup": false,
"detect_indentation": true,
"font_size": 12.0,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"open_files_in_new_window": false,
"scroll_past_end": true,
"word_wrap": true,
"spell_check": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment