simple-ocpp-cs/frontend/.prettierrc

12 lines
210 B
Text
Raw Normal View History

2025-03-13 22:47:06 +00:00
{
"trailingComma": "es5",
"semi": false,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"quoteProps": "consistent",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 100
}