asi-calculator/.prettierrc.json

8 lines
108 B
JSON
Raw Normal View History

2024-03-29 15:06:40 +01:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "lf"
}