Skip to content

Instantly share code, notes, and snippets.

@hectorpalmatellez
Last active August 29, 2015 14:14
Show Gist options
  • Save hectorpalmatellez/2a03583e5655d83d0b0f to your computer and use it in GitHub Desktop.
Save hectorpalmatellez/2a03583e5655d83d0b0f to your computer and use it in GitHub Desktop.
Configuración de Sublime Text 3
{
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme",
"command": "paste",
"draw_white_space": "all",
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"keys":
[
"super+shift+v"
],
"open_files_in_new_window": false,
"tab_size": 2,
"theme": "Brogrammer.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment