Files
smtp-proxy/node_modules/smtp-server/.prettierrc
Alex Rennie-Lis 299aacd2a4 Initial commit
2026-05-01 10:09:51 +01:00

10 lines
167 B
Plaintext

{
"printWidth": 160,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
}