openvidu/testapp/.prettierrc
2025-05-08 12:52:34 +02:00

10 lines
178 B
Plaintext

{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf"
}