cloudflare-troopmaster/.prettierrc

8 lines
106 B
Plaintext
Raw Permalink Normal View History

2020-04-22 00:57:25 +00:00
{
"singleQuote": true,
"semi": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}