Skip to content

Instantly share code, notes, and snippets.

@shankarcabus
Last active December 17, 2015 21:09
Show Gist options
  • Save shankarcabus/5672466 to your computer and use it in GitHub Desktop.
Save shankarcabus/5672466 to your computer and use it in GitHub Desktop.
My User Settings of Sublime Text 3
{
"auto_complete": true,
"caret_style": "phase",
"close_windows_when_empty": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"*.egg-info",
"_build",
"dist",
"build",
"site"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"show_full_path": true,
"tab_size": 2,
"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