Skip to content

Instantly share code, notes, and snippets.

@halbgut
Created August 25, 2015 14:35
Show Gist options
  • Save halbgut/743cb8a129bfadab2577 to your computer and use it in GitHub Desktop.
Save halbgut/743cb8a129bfadab2577 to your computer and use it in GitHub Desktop.
sublime-settings
{
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "solid",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"folder_exclude_patterns":
[
".git",
".sass-cache",
"node_modules",
".meteor/local",
".meteor/meteorite",
"packages"
],
"font_face": "Input",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"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,
"tab_height": 20,
"tab_size": 2,
"tabs_small": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": 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