Created
December 6, 2016 15:25
-
-
Save pocketbird/04f56dfcdd13bc322491e566e3935702 to your computer and use it in GitHub Desktop.
SublimeText user prefs
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
{ | |
"bold_folder_labels": false, | |
"color_scheme": "Packages/One Dark Color Scheme/One Dark.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".grunt", | |
".svn", | |
".hg", | |
"CVS" | |
], | |
"font_face": "CamingoCode", | |
"font_size": 12, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"SublimeLinter-contrib-sass-lint", | |
"Vintage" | |
], | |
"rulers": [80], | |
"tab_size": 2, | |
"theme": "TwoDark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false, | |
"wrap_width": 80 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment