runtipi/.prettierrc.js
2024-01-18 20:21:07 +01:00

8 lines
115 B
JavaScript

module.exports = {
singleQuote: true,
semi: true,
trailingComma: 'all',
tabWidth: 2,
printWidth: 150,
};