Skip to content

Instantly share code, notes, and snippets.

@mason-stewart
Created August 31, 2015 14:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mason-stewart/cbf9f9e5b622f372c036 to your computer and use it in GitHub Desktop.
Save mason-stewart/cbf9f9e5b622f372c036 to your computer and use it in GitHub Desktop.
sublime config
{
"caret_style": "smooth",
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
"draw_white_space": "selection",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".*"
],
"font_size": 14,
"ignored_packages":
[
"vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"itg_small_tabs": true,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"tab_size": 2,
"theme": "itg.flat.dark.blue.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_whitespace_on_save": true,
"use_simple_full_screen": true,
"use_tab_stops": true,
"vintage_ctrl_keys": false,
"vintage_start_in_command_mode": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment