ChatGpt-Web / .prettierrc.js
xiao
初始化
6a37520
raw
history blame contribute delete
182 Bytes
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: false,
trailingComma: 'all',
bracketSpacing: true,
arrowParens: 'always',
};