Skip to content

Instantly share code, notes, and snippets.

@iManu
Last active December 15, 2015 16:25
Show Gist options
  • Save iManu/ee913d74c1f8cb1c45d0 to your computer and use it in GitHub Desktop.
Save iManu/ee913d74c1f8cb1c45d0 to your computer and use it in GitHub Desktop.
SublimeText: User preferences
{
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 0,
"caret_style": "blink",
"color_scheme": "Packages/User/SublimeLinter/Tomorrow-Night-Eighties (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"PyV8",
"SideBarEnhancements",
"Vintage"
],
"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,
"show_tab_close_buttons": true,
"status_bar_brighter": true,
"tab_size": 2,
"tabs_padding_small": true,
"tabs_small": true,
"theme": "Afterglow.sublime-theme",
"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