Created
July 13, 2017 01:35
-
-
Save jssee/2856047fc00ab2e712abf335b7c9d648 to your computer and use it in GitHub Desktop.
Sublime Text 3 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
{ | |
"color_scheme": "Packages/Colorsublime - Themes/Facebook.tmTheme", | |
"font_face": "Input Mono", | |
"font_size": 10, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"line_padding_bottom": 5, | |
"ensure_newline_at_eof_on_save": true, | |
"scroll_speed": 4.0, | |
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"], | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "Spacezero.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment