Sublime text3 User配置

{
	"auto_complete": true,
	"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
	"default_encoding": "UTF-8",
	"fold_buttons": true,
	"font_size": 11,
	"ignored_packages":
	[
		"Vintage"
	],
	"line_padding_bottom": 2,
	"line_padding_top": 2,
	"match_tags": true,
	"tree_animation_enabled": true,
	"trim_trailing_white_space_on_save": true,
	"update_check": false,
	"word_wrap": false
}