Created
April 2, 2016 21:44
-
-
Save sethwebster/b8a07a4ab7321e4ea16c414dacfc73ea 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
{ | |
"caret_style": "phase", | |
"color_scheme": "Packages/Colorsublime - Themes/Afterglow.tmTheme", | |
"fade_fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
"node_modules", | |
"bower_components", | |
".svn", | |
".git", | |
".hg", | |
"CVS" | |
], | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"wide_caret": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment