Skip to content

Instantly share code, notes, and snippets.

@zellwk
Created September 14, 2013 08:07
Show Gist options
  • Save zellwk/6559837 to your computer and use it in GitHub Desktop.
Save zellwk/6559837 to your computer and use it in GitHub Desktop.
Sublime text 3 User Preference Settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"file_exclude_patterns": [
".DS_Store",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db"
],
"find_selected_text": true,
"folder_exclude_patterns": [
".git",
".tmp",
"node_modules"
],
"font_face": "Menlo",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [
"Vintage"
],
"line_padding_bottom": 2,
"scroll_past_end": true,
"theme": "Soda Dark 3.sublime-theme",
"soda_classic_tabs": true,
"soda_folder_icons": true,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": "true",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment