Files
puter/.prettierrc
2025-07-24 13:09:46 -04:00

8 lines
107 B
Plaintext

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