Skip to content

Instantly share code, notes, and snippets.

@thegilby
Forked from soffes/perferences.json
Created August 23, 2012 22:09
Show Gist options
  • Save thegilby/3442607 to your computer and use it in GitHub Desktop.
Save thegilby/3442607 to your computer and use it in GitHub Desktop.
My Sublime Text 2 config
{
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"theme": "Soda Dark.sublime-theme",
"font_face": "Meslo LG M",
"font_size": 12.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"file_exclude_patterns": [
".DS_Store"
],
"folder_exclude_patterns": [
".git",
"log",
"tmp"
],
"highlight_modified_tabs": true,
"bold_folder_labels": true,
"trim_trailing_white_space_on_save": true,
"open_files_in_new_window": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment