Skip to content

Instantly share code, notes, and snippets.

@LeeFlannery
Last active October 13, 2015 05:58
Show Gist options
  • Save LeeFlannery/4149949 to your computer and use it in GitHub Desktop.
Save LeeFlannery/4149949 to your computer and use it in GitHub Desktop.
My user config settings for Sublime Text 3
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"draw_white_space": "all",
"font_face": "Source Code Pro",
"font_size": 11,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"use_tab_stops": true
}
@LeeFlannery
Copy link
Author

Revised for TWENTY FIFTEEEEEEEEEEEEEEN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment