docker-registry-ui/.prettierrc

8 lines
119 B
Plaintext

{
"singleQuote": true,
"tabWidth": 2,
"quoteProps": "preserve",
"printWidth": 120,
"proseWrap": "preserve"
}