skrill-frontend/.prettierrc

7 lines
88 B
Plaintext
Raw Normal View History

2024-07-28 03:04:23 -06:00
{
"endOfLine": "lf",
"printWidth": 120,
2024-07-28 03:04:23 -06:00
"tabWidth": 2,
"trailingComma": "es5"
}