Skip to content

Instantly share code, notes, and snippets.

@josecoelho
Created August 25, 2014 19:17
Show Gist options
  • Save josecoelho/475a6eeab4d2aa9ddb77 to your computer and use it in GitHub Desktop.
Save josecoelho/475a6eeab4d2aa9ddb77 to your computer and use it in GitHub Desktop.
#Sublime Text 3 Configs
##Plugins
- "Alignment"
- "Better JavaScript"
- "EditorConfig"
- "Emmet"
- "Gist"
- "JsFormat"
- "Sass"
- "SideBarEnhancements"
- "Theme - Phoenix"
- "TrailingSpaces"
- "Tubsted Color Schemes"
#Preferences
```json
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 15,
"ignored_packages":
[
"Vintage",
"JavaScript"
],
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_highlight_current_tab": true,
"phoenix_tabs_small": true,
"rulers":
[
100
],
"theme": "Phoenix Dark.sublime-theme",
"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