الملفات
codepill-sfu/.prettierrc.js
2025-05-31 12:12:25 +02:00

8 أسطر
210 B
JavaScript

module.exports = {
semi: true,
trailingComma: 'es5', // Trailing commas only where valid in ES5 (objects, arrays, not function arguments)
singleQuote: true,
printWidth: 120,
tabWidth: 4,
};