notohh.dev/.prettierrc.js
2025-01-31 00:03:44 -05:00

12 lines
194 B
JavaScript

const config = {
printWidth: 80,
tabWidth: 2,
useTabs: true,
semi: true,
singleQuote: true,
trailingComma: 'es5',
bracketSpacing: true,
arrowParens: 'always',
};
export default config;