We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee26521 commit 9829e30Copy full SHA for 9829e30
.prettierrc.js
@@ -1,5 +1,4 @@
1
module.exports = {
2
- printWidth: 120, //一行的字符数,如果超过会进行换行,默认为80
3
tabWidth: 2, //一个tab代表几个空格数,默认为2
4
trailingComma: "es5", // 对象属性最后有 ","
5
};
0 commit comments