datacontroller.io/.prettierrc

8 lines
110 B
Plaintext
Raw Normal View History

2024-06-05 13:53:46 +00:00
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"endOfLine": "auto"
}