Skip to content

Commit 6f62299

Browse files
author
oushihao
committed
chore: 修改prettier配置
1 parent 91a8029 commit 6f62299

File tree

106 files changed

+2028
-716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+2028
-716
lines changed

.prettierrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
printWidth: 120, // 单行输出(不折行)的(最大)长度
2+
printWidth: 80, // 单行输出(不折行)的(最大)长度
33
tabWidth: 2, // 每个缩进级别的空格数
44
semi: true, // 是否在语句末尾打印分号
55
singleQuote: true, // 是否使用单引号
12.9 KB
Loading
12.2 KB
Loading
11 KB
Loading

0 commit comments

Comments
 (0)