Sublime常用

Standard

常用插件:
BracketHighlighter
CodeIntel
ConverToUTF8
DocBlockr
Emmet
SideBarEnhancements

Preferences.sublime-settings:

{
	"auto_complete_delay": 300,
	"default_encoding": "UTF-8",
	"default_line_ending": "unix",
	"font-size": 12,
	"font_face": "microsoft yahei",
	"highlight_line": true,
	"draw_minimap_border": true,
	"always_show_minimap_viewport": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"line_padding_bottom": 1,
	"line_padding_top": 1,
	"show_encoding": true,
	"tab_size": 4,
	"translate_tabs_to_spaces": true,
	"update_check": false,
	"word_wrap": false
}

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.