mirror of
https://gitgud.io/reanon/nonono.git
synced 2026-05-11 00:10:12 -07:00
14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-ejs"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.ejs",
|
|
"options": {
|
|
"printWidth": 120,
|
|
"bracketSameLine": true
|
|
}
|
|
}
|
|
],
|
|
"trailingComma": "es5"
|
|
}
|