LocChat/.prettierrc

5 lines
72 B
Plaintext
Raw Permalink Normal View History

2021-10-29 18:57:24 -06:00
{
"singleQuote": true,
2021-11-20 18:18:58 -07:00
"trailingComma": "all",
"printWidth": 120
2021-10-29 18:57:24 -06:00
}