Skip to content

Instantly share code, notes, and snippets.

@charleskirk
Created December 4, 2015 21:50
Show Gist options
  • Save charleskirk/50729e2d274b9c9b4510 to your computer and use it in GitHub Desktop.
Save charleskirk/50729e2d274b9c9b4510 to your computer and use it in GitHub Desktop.
{
"caret_style": "solid",
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"drag_text": false,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.DS_store",
"*.cur",
"*.eot",
"*.gem",
"*.gif",
"*.gz",
"*.jar",
"*.jpeg",
"*.jpg",
"*.log",
"*.pdf",
"*.png",
"*.psd",
"*.sassc",
"*.scssc",
"*.svg",
"*.ttf",
"*.woff",
"*.xap",
"*.zip"
],
"folder_exclude_patterns":
[
".cache",
".sass-cache",
".git",
".hg",
"build",
".bin"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "Brogrammer.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment