Skip to content

Instantly share code, notes, and snippets.

@pazguille
Last active January 16, 2016 11:42
Show Gist options
  • Save pazguille/3344651 to your computer and use it in GitHub Desktop.
Save pazguille/3344651 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Preferences
{
"color_scheme": "Packages/Babel/Monokai Phoenix.tmTheme",
"font_face": "Monaco",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"tab_size": 2
}
@pazguille
Copy link
Author

Fixing toggle comment on script tags in Sublime Text
http://wesbos.com/fix-sublime-text-toggle-comment/

@pazguille
Copy link
Author

@pazguille
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment