Last active
August 7, 2016 00:33
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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