Skip to content

Instantly share code, notes, and snippets.

@jakobo
Forked from thegilby/perferences.json
Created August 24, 2012 06:26
Show Gist options
  • Save jakobo/3446589 to your computer and use it in GitHub Desktop.
Save jakobo/3446589 to your computer and use it in GitHub Desktop.
My Sublime Text 2 config
{
"__urls__": [
"I do this to preserve comments between reloads",
"1. https://github.com/buymeasoda/soda-theme",
"2. install color addon",
"3. install Package Control",
"4. add LESS and SASS packages"
],
"bold_folder_labels": true,
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
".git",
"log",
"tmp"
],
"font_face": "Andale Mono",
"font_size": 12.0,
"highlight_modified_tabs": true,
"open_files_in_new_window": false,
"tab_size": 2,
"theme": "Soda Dark.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