w-lab-app/.prettierrc.json
gofnnp 342af0c71b main
add api
2025-06-16 12:07:30 +04:00

7 lines
115 B
JSON

{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5"
}