Skip to content

Instantly share code, notes, and snippets.

@tomviner
Created July 25, 2012 09:29
Show Gist options
  • Save tomviner/3175280 to your computer and use it in GitHub Desktop.
Save tomviner/3175280 to your computer and use it in GitHub Desktop.
sublime settings
{
"auto_complete_commit_on_tab": true,
"detect_slow_plugins setting": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"old_migrations"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13,
"ignored_packages":
[
],
"margin": 0,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment