WebChat/.prettierrc

7 lines
91 B
Text
Raw Normal View History

2023-07-11 20:22:57 +00:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 120
}