Sublime text3 User配置

阅读 (2430)
自己用的个人Sublime text3 配置,主题一直用:Monokai,看着比较舒服
{
	"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
}

 

更新于:2016-04-12 01:56:25
返回顶部