Configuring Sublime Text

Preferences > Settings - User

{
	"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
	"ensure_newline_at_eof_on_save": true,
	"font_face": "Ubuntu Mono",
	"font_size": 17,
	"highlight_line": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"line_padding_bottom": 1,
	"line_padding_top": 1,
	"tab_size": 2,
	"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
	"trim_trailing_white_space_on_save": true
}
  • 字体行距很重要 "font_face": "Ubuntu Mono" "line_padding_bottom": 1,"line_padding_top": 1
posted @ 2015-10-17 23:19  dannyliu  阅读(99)  评论(0编辑  收藏  举报