FMHYedit/.prettierrc.json

15 lines
288 B
JSON
Raw Normal View History

2023-10-27 01:28:30 +05:30
{
"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-27 02:34:41 +05:30
"proseWrap": "always"
2023-10-27 01:28:30 +05:30
}