Skip to content

Instantly share code, notes, and snippets.

@oddjobsman
Last active August 29, 2015 14:02
Show Gist options
  • Save oddjobsman/fc390b75ec69eefcf5d3 to your computer and use it in GitHub Desktop.
Save oddjobsman/fc390b75ec69eefcf5d3 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Settings
{
"caret_style": "solid",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"enable_tab_scrolling": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.beam",
".DS_Store",
".tags"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".idea"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
// Editor view look-and-feel
"draw_white_space": "selection",
"fold_buttons": false,
"highlight_line": true,
"auto_complete": false,
"show_minimap": false,
"show_full_path": true,
// Editor behavior
"scroll_past_end": false,
"highlight_modified_tabs": true,
"find_selected_text": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment