LocChat/.prettierrc

5 lines
72 B
Plaintext
Raw Permalink Normal View History

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