Skip to content

Instantly share code, notes, and snippets.

@juanibrex
Last active March 2, 2016 20:34
Show Gist options
  • Save juanibrex/6850d7d1251493badb52 to your computer and use it in GitHub Desktop.
Save juanibrex/6850d7d1251493badb52 to your computer and use it in GitHub Desktop.
Configuración personal del sublime text
{
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
// "caret_extra_width": 3, //Desmasiado ancho
"caret_style": "phase",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"draw_white_space": "all",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Cobalt2.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