Skip to content

Instantly share code, notes, and snippets.

@bbuecherl
Created March 29, 2014 16:58
Show Gist options
  • Save bbuecherl/9857992 to your computer and use it in GitHub Desktop.
Save bbuecherl/9857992 to your computer and use it in GitHub Desktop.
Sublime config
{
"always_show_minimap_viewport": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_style": "solid",
"color_scheme": "Packages/User/Br4ckets/Br4ckets (Day).tmtheme",
"theme": "Edgy.sublime-theme",
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"fold_buttons": true,
"font_face": "Source Code Pro",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [],
"line_numbers": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": 0,
"match_brackets_angle": true,
"scoll_speed": 0.3,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment