apache_conf Sublime Text 2/3:配置设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf Sublime Text 2/3:配置设置相关的知识,希望对你有一定的参考价值。

/* CSS formatting for Emmet
Preferences > Package Settings > Emmet > Settings - User:
===============================================*/
{
    "preferences": {
        //Removes the space after the colon
        "css.valueSeparator": ":",
        //Adds a space after the semicolon
        "css.propertyEnd": "; "
    }
}

/* Custom User Settings
Preferences > Settings - User:
===============================================*/
{
	"added_words":
	[
		"isotype"
	],
	"always_show_minimap_viewport": true,
	"caret_style": "phase",
	"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
	"copy_with_empty_selection": false,
	"draw_minimap_border": false,
	"font_options":
	[
		"directwrite"
	],
	"font_size": 11,
	"highlight_line": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"tab_size": 4,
	"theme": "Cobalt2.sublime-theme",
	"trim_trailing_white_space_on_save": true,
	"spell_check": true,
	"dictionary": "Packages/Language - English/en_US.dic"
}

/* Cobalt2 Theme for icons on files: */
//https://github.com/wesbos/cobalt2


/* Folder path to Projects' file: */
//C:\Users\[Username]\AppData\Roaming\Sublime Text 2\Settings\Session.sublime_session


/* Format HTML tags' content in one line:* /
//http://stackoverflow.com/questions/13143850/sublime-text-2-format-html-tags-content-in-one-line/13145975#13145975 

以上是关于apache_conf Sublime Text 2/3:配置设置的主要内容,如果未能解决你的问题,请参考以下文章

sublime text 3sublime text 3 汉化

配置Sublime Text2的python运行环境(Sublime Text 3也类似)

fedora安装sublime text教程

sublime Text3支持vue高亮,sublime Text3格式化Vue

ubuntu sublime text3 python 配置 sublime text3 python 配置

Sublime Text3的使用