26 Star 226 Fork 107

Shawn/免费开源电子合同

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.prettierrc.js 578 Bytes
Copy Edit Raw Blame History
何俊峰 authored 2023-02-23 10:21 . 更新功能及优化
/*
* @Description:
* @LastEditTime: 2022-08-10 13:54:27
* @LastEditors: 刘仁秀
* @Author: 刘仁秀
* @Date: 2022-04-08 13:59:23
*/
module.exports = {
singleQuote: true,
printWidth: 100,
tabWidth: 2,
useTabs: false,
semi: true,
bracketSpacing: true,
arrowParens: 'avoid',
quoteProps: 'as-needed',
jsxBracketSameLine: true,
htmlWhitespaceSensitivity: 'ignore',
vueIndentScriptAndStyle: false, //不对vue中的script及style标签缩进
endOfLine: 'lf', //结束行形式
embeddedLanguageFormatting: 'auto', //对引用代码进行格式化
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/leepm/mini-contract.git
git@gitee.com:leepm/mini-contract.git
leepm
mini-contract
免费开源电子合同
master

Search

Cb406eda 1850385 E526c682 1850385