Skip to content

Instantly share code, notes, and snippets.

@RSully
Last active December 10, 2015 22:29
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 RSully/4502826 to your computer and use it in GitHub Desktop.
Save RSully/4502826 to your computer and use it in GitHub Desktop.
My Sublime Text config file
{
"bold_folder_labels": true,
"caret_style": "phase",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",//"Menlo",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"scroll_past_end": true,
"theme": "Soda Dark.sublime-theme",
"word_wrap": true,
"indent_to_bracket": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment