art/.prettierrc

7 lines
87 B
Plaintext
Raw Permalink Normal View History

2020-06-11 15:09:20 +02:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2
}