Skip to content

Instantly share code, notes, and snippets.

@santheo
Forked from arjunvenkat/gist:6980815
Last active December 27, 2015 09:39
Show Gist options
  • Select an option

  • Save santheo/7305529 to your computer and use it in GitHub Desktop.

Select an option

Save santheo/7305529 to your computer and use it in GitHub Desktop.
Sublime Text preferences for student computers.
{
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"caret_style": "smooth",
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"create_window_at_startup": false,
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.keep",
"*.scssc"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"templatemaker"
],
"font_face": "Monaco",
"font_options":
[
"no_bold",
"no_italic"
],
"font_size": 14.0,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"save_on_focus_lost": true,
"scroll_speed": 2.0,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment