Docker/MiroTalk SFU/.prettierrc.js
2024-04-17 20:22:30 +02:00

8 lines
125 B
JavaScript

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