garage-webui/.prettierrc

7 lines
80 B
Plaintext
Raw Normal View History

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