Last active
December 10, 2015 06:20
-
-
Save victor-codestuffs/f2b6eca9202f15926596 to your computer and use it in GitHub Desktop.
ST3 settings
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
{ | |
"AdvancedNewFile": | |
{ | |
"default_root": "current" | |
}, | |
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme", | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
".jekyll-metadata" | |
], | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".sass-cache", | |
".tmp", | |
"bower_components", | |
"node_modules", | |
".jekyll-assets-cache", | |
"jspm_packages", | |
"tmp" | |
], | |
"font_face": "Consolas", | |
"font_size": 17, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment