Kode-cli/.prettierrc
2025-08-10 19:57:17 +08:00

9 lines
132 B
Plaintext

{
"semi": false,
"tabWidth": 2,
"printWidth": 80,
"singleQuote": true,
"arrowParens": "avoid",
"bracketSpacing": true
}