Skip to content

Instantly share code, notes, and snippets.

@maylogger
Last active December 14, 2015 21:09
Show Gist options
  • Select an option

  • Save maylogger/5149032 to your computer and use it in GitHub Desktop.

Select an option

Save maylogger/5149032 to your computer and use it in GitHub Desktop.
sublime text 最佳化

sublime text 最佳化

必須安裝

  • SideBarEnhancements
  • SCSS
  • Theme - Phoenix
  • Tomorrow Color Schemes

以及系統要安裝

Adobe source code pro 字體 到這下載 http://sourceforge.net/projects/sourcecodepro.adobe/files/ 最新版本的 font only 即可 SourceCodePro_FontsOnly-x.xxx.zip

{
"binary_file_patterns":
[
"*.psd"
],
"close_windows_when_empty": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"detect_indentation": false,
"disable_formatted_linebreak": true,
"drag_text": false,
"draw_minimap_border": true,
"draw_white_space": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.sassc",
"*.scssc",
"*.log",
"*.gem",
"*.gz",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.pdf",
"*.zip",
"*.DS_store",
"*.eot",
"*.svg",
"*.ttf",
"*.woff",
"*.xap"
],
"folder_exclude_patterns":
[
".sass-cache",
".git",
".hg"
],
"font_face": "source code pro light",
"font_options":
[
"subpixel_antialias"
],
"font_size": 17.0,
"hayaku_CSS_syntax_autoguess":
[
"selector {",
" property: value;",
"}"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"phoenix_color_blue": true,
"phoenix_sidebar_tree_large": true,
"phoenix_tabs_auto_width": true,
"remember_open_files": true,
"scroll_past_end": true,
"show_tab_close_buttons": true,
"tab_size": 2,
"theme": "Phoenix Light.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment