mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-11 09:11:10 +08:00
【调整】申请证书配置CA选项增加liteSSL证书
This commit is contained in:
11
frontend/env/prettier/index.js
vendored
11
frontend/env/prettier/index.js
vendored
@@ -1,11 +0,0 @@
|
||||
export default {
|
||||
tabWidth: 2, // 缩进
|
||||
useTabs: true, // 缩进方式
|
||||
semi: false, // 语句结尾是否加分号
|
||||
singleQuote: true, // 单引号
|
||||
printWidth: 120, // 换行长度
|
||||
arrowParens: 'always', // 箭头函数参数
|
||||
bracketSpacing: true, // 对象花括号内是否加空格
|
||||
endOfLine: 'auto', // 换行符
|
||||
vueIndentScriptAndStyle: true, // vue文件内script和style标签缩进
|
||||
}
|
||||
Reference in New Issue
Block a user