FMHYedit/.prettierrc.json

15 lines
288 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",
2023-10-26 21:04:41 +00:00
"proseWrap": "always"
2023-10-26 19:58:30 +00:00
}