Skip to content

Instantly share code, notes, and snippets.

@ederrafo
Last active August 7, 2016 00:33
Show Gist options
  • Save ederrafo/2e74890d84068386902942cdd08e8974 to your computer and use it in GitHub Desktop.
Save ederrafo/2e74890d84068386902942cdd08e8974 to your computer and use it in GitHub Desktop.
ST 3, Sublime Text 3, Code copied in Preferences / Settings - User | Código a copiar en Peferences / Settings - User
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"dictionary": "Packages/Dictionaries/Spanish.dic",
"draw_minimap_border": true,
"font": "Ubuntu Mono",
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [
"Vintage"
],
"rulers": [
100,
120
],
"soda_classic_tabs": true,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment