Skip to content

Instantly share code, notes, and snippets.

@oscarvs
Last active December 26, 2015 03:19
Show Gist options
  • Save oscarvs/7085145 to your computer and use it in GitHub Desktop.
Save oscarvs/7085145 to your computer and use it in GitHub Desktop.
sublime-settings
// instalar Package Control: https://sublime.wbond.net/installation#st2
// Luego instalar Soda Theme desde el Package Control
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/Monokai Bright (SL).tmTheme",
"fade_fold_buttons": false,
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Modific",
"Xdebug Client",
"AdvancedNewFile",
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 5,
"open_files_in_new_window": false,
"remember_open_files": true,
"rulers":
[
80
],
"soda_classic_tabs": true,
"soda_folder_icons": false,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment