Skip to content

Instantly share code, notes, and snippets.

@john-crossley
Last active December 21, 2015 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save john-crossley/6369189 to your computer and use it in GitHub Desktop.
Save john-crossley/6369189 to your computer and use it in GitHub Desktop.
My sublime text config.
{
"auto_complete_commit_on_tab": false,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"create_window_at_startup": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_shadows": true,
"draw_white_space": "all",
"fade_fold_buttons": true,
"file_exclude_patterns":
[
".DS_Store",
".tags",
".tags_sorted_by_file",
".gitignore",
"*.iml",
".floo*",
"*.phar"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp",
".idea",
".bower-*",
"bower_components",
"node_modules"
],
"font_face": "Menlo",
"font_options":
[
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JavaScriptNext - ES6 Syntax",
"SideBarEnhancements",
"JavaScript",
"ReactJS",
"Vintage",
"JsFormat",
"WakaTime"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"overlay_scroll_bars": "enabled",
"rulers":
[
80,
120
],
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment