Skip to content

Instantly share code, notes, and snippets.

@tangoabcdelta
Created February 1, 2021 22:53
Show Gist options
  • Save tangoabcdelta/f0fea3b43997338a034122dcecf6af69 to your computer and use it in GitHub Desktop.
Save tangoabcdelta/f0fea3b43997338a034122dcecf6af69 to your computer and use it in GitHub Desktop.
my sublime settings
{
"always_show_minimap_viewport": true,
"block_caret": true,
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
"detect_indentation": true,
"draw_white_space": "all",
"font_size": 11,
"hot_exit": true,
"ignored_packages": ["Vintage"],
"theme": "Default.sublime-theme",
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"],
"file_exclude_patterns": [
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
".git"
],
"line_numbers": true,
"remember_full_screen": true,
"rulers": [80],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment