Last active
January 3, 2016 07:49
-
-
Save kristw/8431640 to your computer and use it in GitHub Desktop.
Sublime Settings
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
Show hidden characters
{ | |
"installed_packages": | |
[ | |
"Alignment", | |
"Apache Pig", | |
"AutoFileName", | |
"BracketHighlighter", | |
"Color Schemes by carlcalderon", | |
"ColorPicker", | |
"DashDoc", | |
"Dictionaries", | |
"DocBlockr", | |
"Emmet", | |
"Haml", | |
"JsRun", | |
"LaTeXTools", | |
"LESS", | |
"Package Control", | |
"SCSS", | |
"SublimeLinter", | |
"Theme - Soda" | |
] | |
} |
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
{ | |
"color_scheme": "Packages/Color Schemes by carlcalderon/Tyrann/Tyrann Alex.tmTheme", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 15.0, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"soda_classic_tabs": true, | |
"tab_size": 2, | |
"theme": "Soda Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_tab_stops": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment