Last active
February 24, 2017 17:49
-
-
Save awei01/3d6ec9c2813d0499f155cd507fe05802 to your computer and use it in GitHub Desktop.
Default sublimetext 3
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
// go here to install package control | |
// https://packagecontrol.io/installation | |
// install Babel | |
// install Sass | |
{ | |
"always_show_minimap_viewport": true, | |
"binary_file_patterns": | |
[ | |
"*.sqlite", | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"bold_folder_labels": true, | |
"draw_white_space": "all", | |
"enable_tab_scrolling": false, | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
"storybook-static", | |
".git", | |
".svn", | |
".hg", | |
"CVS" | |
], | |
"font_size": 13, | |
"ignored_packages": | |
[ | |
"Vintage", "Javascript" | |
], | |
"line_padding_bottom": 20, | |
"remember_full_screen": true, | |
"scroll_past_end": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"update_check": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment