Skip to content

Instantly share code, notes, and snippets.

@sturobson
Last active March 31, 2021 11:36
Show Gist options
  • Save sturobson/4753832 to your computer and use it in GitHub Desktop.
Save sturobson/4753832 to your computer and use it in GitHub Desktop.
My current sublime text 2 user preferences
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"detect_slow_plugins": false,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.sassc",
"*.scssc",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-project",
"*.sublime-workspace",
"*.htaccess",
"*.gem",
"*.gz",
"*.jar",
"*.log",
"*.psd",
"*.xap",
"*.zip"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp/cache",
"converted-html",
"wp-includes",
"wp-admin",
".sass-cache",
"dist",
".bin"
],
"font_face": "Source Code Pro",
"font_size": 17.0,
"gutter": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_subsequent_lines": true,
"kodery":
{
"token": "65afb393c49e1f277f7d6ef4d0c97ff73726f5c8c183a166a63973f4f808e7ac"
},
"line_padding_bottom": 1,
"line_padding_top": 2,
"ruler":
[
70
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_tab_close_buttons": false,
"spell_check": true,
"tab_completion": true,
"tab_size": 4,
"trailing_spaces_include_current_line": false,
"translate_tabs_to_spaces": false,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": true,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment