Files
myprojplanet_vite/.prettierrc

11 lines
212 B
Plaintext
Raw Normal View History

2025-03-21 19:51:55 +01:00
{
"singleAttributePerLine": true,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
}