nova1 / .prettierrc.js
gdhdp's picture
Upload 89 files
31abd2c
raw
history blame contribute delete
No virus
182 Bytes
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: false,
trailingComma: 'all',
bracketSpacing: true,
arrowParens: 'always',
};