cookie-dialog-monster/.prettierrc
2022-05-06 12:20:41 +02:00

8 lines
106 B
Plaintext

{
"printWidth": 100,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}