work-house / .prettierrc.js
maltose1's picture
Upload 365 files
853f6aa verified
raw
history blame contribute delete
192 Bytes
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: false,
trailingComma: 'all',
bracketSpacing: true,
arrowParens: 'always',
};