frontPanel/prettierrc

13 lines
242 B
Plaintext
Raw Normal View History

2023-12-22 09:49:55 +00:00
{
"semi": true,
"trailingComma": "es5",
"singleQuote": false,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "auto",
"bracketSpacing": true,
"arrowParens": "always",
"jsxSingleQuote": false
}