Last active
August 29, 2015 14:10
-
-
Save MrSaints/e2840fe9464b4cf55ec0 to your computer and use it in GitHub Desktop.
Sublime Text Editor Backup
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": | |
[ | |
"AutoFileName", | |
"Base16 Color Schemes", | |
"Better CoffeeScript", | |
"Elixir", | |
"Emmet", | |
"GoSublime", | |
"Gutter Color", | |
"HTML Mustache", | |
"JSHint Gutter", | |
"Sass", | |
"SideBarEnhancements", | |
"Theme - Soda", | |
"Theme - Spacegray" | |
] | |
} |
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
{ | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 2, | |
"caret_extra_top": 2, | |
"caret_extra_width": 3, | |
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"font_size": 10, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"JSHint Gutter", | |
"GoSublime", | |
"Vintage", | |
"Gutter Color", | |
"Base16 Color Schemes" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"match_brackets_braces": true, | |
"match_brackets_content": true, | |
"match_brackets_square": true, | |
"soda_folder_icons": true, | |
"theme": "Spacegray.sublime-theme", | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment