Skip to content

Instantly share code, notes, and snippets.

@magodelaweb
Forked from marulango/sublime-prefs.json
Created February 7, 2016 20:45
Show Gist options
  • Save magodelaweb/31654c926b5d0e62fc68 to your computer and use it in GitHub Desktop.
Save magodelaweb/31654c926b5d0e62fc68 to your computer and use it in GitHub Desktop.
Por si a alguien le interesa: Mi configuración de ST3
{
"bold_folder_labels": true,
"color_scheme": "Packages/Base16 Color Schemes/base16-ocean.dark.tmTheme",
"draw_white_space": "all",
"font_face": "Source Code Pro",
"font_size": 14,
"highlight_line": true,
"indent_to_bracket": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"show_transferred_text": true,
"smart_indent": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment