Files
VRC-Circle/.prettierrc.json

8 lines
111 B
JSON
Raw Permalink Normal View History

2026-06-25 19:25:00 +07:00
{
"printWidth": 100,
2026-07-01 12:10:06 +07:00
"endOfLine": "lf",
2026-06-25 19:25:00 +07:00
"semi": true,
"singleQuote": false,
"trailingComma": "all"
}