Files
workers-graphql-server/.prettierrc
2021-10-03 09:44:54 +01:00

8 lines
106 B
Plaintext

{
"singleQuote": true,
"semi": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}