Skip to content

Instantly share code, notes, and snippets.

@pije76
Last active December 18, 2015 02:58
Show Gist options
  • Save pije76/5714791 to your computer and use it in GitHub Desktop.
Save pije76/5714791 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"close_windows_when_empty": false,
"create_window_at_startup": true,
"detect_slow_plugins": true,
"drag_text": 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",
"_build",
"dist",
"build",
"site",
"_offline"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
100
],
"show_tab_close_buttons": false,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"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