WeChatFerry/nodejs/prettier.config.js

7 lines
98 B
JavaScript
Raw Normal View History

2023-01-20 11:33:47 +08:00
module.exports = {
tabWidth: 2,
singleQuote: true,
printWidth: 120,
endOfLine: 'lf',
};