Skip to content

Instantly share code, notes, and snippets.

@omgmog
Last active December 27, 2015 14:09
Show Gist options
  • Save omgmog/7338447 to your computer and use it in GitHub Desktop.
Save omgmog/7338447 to your computer and use it in GitHub Desktop.
Sublime prefs for work
{
"bold_folder_labels": true,
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"fade_fold_buttons": false,
"fold_buttons": false,
"folder_exclude_patterns":
[
".git",
".bundle",
".sass-cache",
".svn",
".hg"
],
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"font_face": "Meslo LG M DZ",
"font_size": 12.0,
"font_options":
[
"subpixel_antialias"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"scroll_speed": 2,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"close_windows_when_empty": true,
"create_window_at_startup": true,
"detect_indentation": false,
"draw_indent_guides": true,
"draw_minimap_border": false,
"draw_white_space": "all",
"line_padding_bottom": -3,
"line_padding_top": 0,
"margin": 14,
"tab_size": 4,
"use_tab_stops": true,
"translate_tab_to_spaces": true,
"tree_animation_enabled": false,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment