Skip to content

Instantly share code, notes, and snippets.

@apavamontri
Created June 18, 2012 06:12
Show Gist options
  • Save apavamontri/2947092 to your computer and use it in GitHub Desktop.
Save apavamontri/2947092 to your computer and use it in GitHub Desktop.
Sublime Text 2 OS X User settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/GrandsonOfObsidian.tmTheme",
"font_face": "Droid Sans Mono",
"font_size": 13,
"hot_exit": false,
"remember_open_files": false,
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"bold_folder_labels": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment