Skip to content

Instantly share code, notes, and snippets.

@hellosmithy
Last active October 13, 2015 02:27
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 hellosmithy/4124686 to your computer and use it in GitHub Desktop.
Save hellosmithy/4124686 to your computer and use it in GitHub Desktop.
Sublime Text user settings
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"bold_folder_labels": true,
"detect_indentation": true,
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"font_size": 17.0,
"reveal-on-activate": true,
"tab_size": 4,
"theme": "Soda Light 3.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment