youtuber-blog/.prettierrc

14 lines
265 B
Plaintext
Raw Normal View History

2023-06-10 00:37:36 +00:00
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"proseWrap": "preserve",
"jsxSingleQuote": false
}