Skip to content

Instantly share code, notes, and snippets.

@cam-stitt
Created September 6, 2013 17:37
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 cam-stitt/6467113 to your computer and use it in GitHub Desktop.
Save cam-stitt/6467113 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
{
"auto_complete": false,
"close_windows_when_empty": false,
"color_scheme": "Packages/User/Base16/base16-tomorrow.dark.tmTheme",
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns": [
".svn",
".git",
".hg",
"CVS",
"_build",
"site",
".idea"
],
"font_face": "Ubuntu Mono",
"font_options": [
"gray_antialias"
],
"font_size": 15.0,
"highlight_line": true,
"ignored_packages": [
"Vintage"
],
"rulers":
[
72,
79
],
"theme": "Soda Light 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment