sigit.io/.prettierrc

8 lines
110 B
Plaintext
Raw Permalink Normal View History

2024-05-15 08:50:21 +00:00
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"endOfLine": "auto"
}