openvidu-2/openvidu-node-client/.prettierrc.json
2025-11-19 17:46:48 +01:00

9 lines
145 B
JSON

{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"semi": true,
"arrowParens": "avoid"
}