Skip to content

Instantly share code, notes, and snippets.

@delzep
Last active March 28, 2017 15:14
Show Gist options
  • Save delzep/bcfb991fea3a196e98fb1084a8b30bdc to your computer and use it in GitHub Desktop.
Save delzep/bcfb991fea3a196e98fb1084a8b30bdc to your computer and use it in GitHub Desktop.
Configuración sublime
{
"always_show_minimap_viewport": true,
"caret_style": "solid",
"color_scheme": "Packages/Colorsublime - Themes/Monokai-Midnight.tmTheme",
"draw_minimap_border": true,
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"rulers":
[
120
],
"tab_size": 4,
"theme": "Default.sublime-theme",
"trim_trailing_white_space_on_save": true,
"translate_tabs_to_spaces": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment