FMHYedit/.prettierc.json

15 lines
289 B
JSON
Raw Normal View History

2023-10-26 19:58:30 +00:00
{
"semi": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always",
"proseWrap": "always",
}