squid-js/.prettierrc

7 lines
98 B
Plaintext

{
"semi": false,
"singleQuote": true,
"printWidth": 90,
"trailingComma": "none"
}