utils/.prettierrc

7 lines
90 B
Plaintext
Raw Normal View History

2020-11-17 11:16:34 +00:00
{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 120
}