Last active
May 11, 2016 16:50
-
-
Save 5a494d/0a98958ec9a3cb58b090 to your computer and use it in GitHub Desktop.
PersonalSublimeConfig
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
[ | |
{ "keys": ["ctrl+k" ], "command": "toggle_side_bar" }, | |
{ "keys": ["ctrl+b"], "command": "toggle_menu"}, | |
{ "keys": ["ctrl+alt+i"], "command": "increase_font_size" }, | |
{ "keys": ["ctrl+alt+d"], "command": "decrease_font_size" }, | |
] |
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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"AdvancedNewFile", | |
"All Autocomplete", | |
"Bootstrap 3 Snippets", | |
"Laravel 5 Artisan", | |
"Laravel 5 Snippets", | |
"Laravel Blade Highlighter", | |
"Laravel Helper Completions", | |
"Theme - Spacegray", | |
"TrailingSpaces" | |
] | |
} |
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
{ | |
"auto_indent": true, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 0, | |
"caret_extra_top": 0, | |
"caret_extra_width": 0, | |
"caret_style": "solid", | |
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
"fade_fold_buttons": true, | |
"fold_buttons": true, | |
"font_size": 12, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_numbers": true, | |
"line_padding_bottom": 5, | |
"line_padding_top": 5, | |
"match_brackets": false, | |
"rules": | |
[ | |
80 | |
], | |
"spell_check": true, | |
"tab_size": 2, | |
"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