Created
August 25, 2014 19:17
-
-
Save josecoelho/475a6eeab4d2aa9ddb77 to your computer and use it in GitHub Desktop.
This file contains 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
#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