VSCode-Beautify插件配置
架构英文注: 本⽂摘⾃ ⿊⽕巨雷 - 简书rapid
1. 在⼯作⽬录下建⽴.jsbeautifyrc⽂件
{
"brace_style": "none,prerve-inline",
经典儿歌下载
"indent_size": 2,
"indent_char": " ",
日本大阪城公园
"jslint_happy": true,
"unformatted": [""],
"css": {
孜然芹"indent_size": 2
blindside
}
}
注释
brace_style,格式风格,详见官⽅说明(为避免和eslint默认检查冲突,建议此属性设置为 none,prerve-inline)
indent_size,缩进长度(为避免和eslint默认检查冲突,建议此属性设置为 2)
walletindent_char,缩进填充的内容(充满♂)
jslint_happy:true,若你要搭配jslint使⽤,请开启此选项whitehor
幼儿园教师演讲稿
unformatted:["a","pre"],这⾥放不需要格式化的标签类型。注意 template 也是默认不格式化的,.vue 的template 标签如果需要格式化请在 .jsbeautifyrc 重新定义不带 template 的声明属性
2. 启⽤保存时⾃动
在VSCode的配置⽂件⾥添加 editor.formatOnSave:true 即可实现保存时⾃动格式化
学习方式3. 快捷键
在 VS Code 的键盘快捷⽅式⽂件⾥添加
{
"key": "cmd+b", // ⾃⼰定键位
"command": "HookyQR.beautify",
"when": "editorFocus"
}