docker-registry-ui/.prettierrc

8 lines
119 B
Plaintext
Raw Normal View History

2022-04-18 14:57:13 +02:00
{
"singleQuote": true,
"tabWidth": 2,
"quoteProps": "preserve",
"printWidth": 120,
"proseWrap": "preserve"
}