WeChatFerry/nodejs/prettier.config.js
2023-01-20 11:33:47 +08:00

7 lines
98 B
JavaScript
Executable File

module.exports = {
tabWidth: 2,
singleQuote: true,
printWidth: 120,
endOfLine: 'lf',
};