violet/.prettierrc

7 lines
91 B
Plaintext
Raw Normal View History

2022-08-26 20:34:55 -04:00
{
"printWidth": 80,
"trailingComma": "none",
"tabWidth": 2,
"singleQuote": false
}