Skip to content

Instantly share code, notes, and snippets.

@awei01
Last active February 24, 2017 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awei01/3d6ec9c2813d0499f155cd507fe05802 to your computer and use it in GitHub Desktop.
Save awei01/3d6ec9c2813d0499f155cd507fe05802 to your computer and use it in GitHub Desktop.
Default sublimetext 3
// 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