Skip to content

Instantly share code, notes, and snippets.

@katrinkerber
Last active December 22, 2015 01:29
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 katrinkerber/d471b3f995f80f48117c to your computer and use it in GitHub Desktop.
Save katrinkerber/d471b3f995f80f48117c to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"dump.rdb",
"*.png",
"*.gif",
"*.jpg",
"*.ico"
],
"folder_exclude_patterns":
[
".git",
"log",
"tmp"
],
"font_face": "Source Code Pro Light",
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_guide_options": ["draw_normal", "draw_active"],
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"save_on_focus_lost": true,
"show_line_endings_on_status_bar": true,
"tab_size": 2,
"theme": "itg.flat.dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment