asi-calculator/.prettierrc.json
2024-03-29 14:06:40 +00:00

8 lines
108 B
JSON

{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "lf"
}