Skip to content

Instantly share code, notes, and snippets.

@kirang89
Last active December 15, 2015 17:28
Show Gist options
  • Save kirang89/5296236 to your computer and use it in GitHub Desktop.
Save kirang89/5296236 to your computer and use it in GitHub Desktop.
Custom Sublime settings
{
"color_scheme": "Packages/User/Tomorrow-Night.tmTheme",
"detect_slow_plugins": false,
"draw_white_space": "all",
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
100
],
"soda_classic_tabs": true,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"drag_text": false,
"highlight_modified_tabs": true,
"bold_folder_labels": true,
"hot_exit": false,
"remember_open_files": false,
"open_files_in_new_window": false,
"show_full_path": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment