Skip to content

Instantly share code, notes, and snippets.

@aitorjs
Created July 30, 2016 11:42
Show Gist options
  • Save aitorjs/e770cc84b675a03146717848445ea930 to your computer and use it in GitHub Desktop.
Save aitorjs/e770cc84b675a03146717848445ea930 to your computer and use it in GitHub Desktop.
Configuración for Sublime Text (Preferences -> Settings - User )
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment