cg-select/.prettierrc

6 lines
88 B
Plaintext
Raw Permalink Normal View History

2022-09-12 19:14:08 +03:00
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"semi": true
}