Skip to content

Instantly share code, notes, and snippets.

@majman
Created June 22, 2014 16:55
Show Gist options
  • Select an option

  • Save majman/51c7ae7f3923eab6b11d to your computer and use it in GitHub Desktop.

Select an option

Save majman/51c7ae7f3923eab6b11d to your computer and use it in GitHub Desktop.
Sublime User Prefs
{
"color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme",
"enable_tab_scrolling": false,
"file_exclude_patterns":
[
"*.crx",
"*.xpi",
"*.pyc"
],
"font_face": "Monaco",
"font_size": 12.0,
"ignored_packages":
[
"SideBarGit",
"Git",
"Emmet",
"Vintage",
"SublimeLinter",
"Alignment",
"SideBarEnhancements"
],
"open_files_in_new_window": false,
"scroll_past_end": true,
"soda_classic_tabs": true,
"tab_size": 4,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment