aqs/.prettierrc

6 lines
74 B
Plaintext
Raw Normal View History

2024-03-19 12:11:01 +00:00
{
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}