Files
VRC-Circle/.prettierrc.json
T

7 lines
90 B
JSON
Raw Normal View History

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