FiatjafBuzz/.prettierrc

8 lines
120 B
Plaintext
Raw Normal View History

2025-01-24 15:12:02 +03:00
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"endOfLine": "auto"
}