Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save codematix/2f804653570c82318cb9 to your computer and use it in GitHub Desktop.
Save codematix/2f804653570c82318cb9 to your computer and use it in GitHub Desktop.
Sublime 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": 2,
"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,
"tab_completion": 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