Last active
December 17, 2015 03:08
-
-
Save mikemattner/5540797 to your computer and use it in GitHub Desktop.
Sublime Text 2 Settings
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
Show hidden characters
{ | |
"installed_packages": | |
[ | |
"Alignment", | |
"Color Scheme - Frontend Delight", | |
"Color Scheme - RSE", | |
"Color Schemes by carlcalderon", | |
"Package Control", | |
"Prefixr", | |
"StringUtilities", | |
"Theme - Aqua", | |
"Theme - Cobalt2", | |
"Theme - Nil", | |
"Theme - Phoenix", | |
"Theme - Pseudo OSX", | |
"Theme - Soda" | |
] | |
} |
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/User/Coda.tmTheme", | |
"font_face": "Deja Vu Sans Mono", | |
"font_size": 15.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"overlay_scroll_bars": "disabled", | |
"scroll_past_end": true, | |
"tab_size": 4, | |
"theme": "Minimal.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment