Skip to content

Instantly share code, notes, and snippets.

@geekuillaume
Created December 12, 2014 12:44
Show Gist options
  • Save geekuillaume/634fe0a2736649d8f257 to your computer and use it in GitHub Desktop.
Save geekuillaume/634fe0a2736649d8f257 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/Tomorrow-Night (SL).tmTheme",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".*",
"*.o",
"*.d",
"a.out",
"*.pyc"
],
"folder_exclude_patterns":
[
".*",
"node_modules"
],
"font_face": "CamingoCode",
"font_options":
[
"no_round"
],
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"SublimeClang",
"BracketHighlighter",
"completion",
"LiveReload"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_exclude_patterns":
[
"/home/geekuillaume/tmp/nodeapp*",
"*.log"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"shift_tab_unindent": true,
"show_full_path": false,
"tab_size": 2,
"tabs_small": true,
"theme": "Asphalt.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