oai-reverse-proxy/.prettierrc

14 lines
211 B
Plaintext

{
"plugins": ["prettier-plugin-ejs"],
"overrides": [
{
"files": "*.ejs",
"options": {
"printWidth": 120,
"bracketSameLine": true
}
}
],
"trailingComma": "es5"
}