farris-vue/.prettierrc

14 lines
260 B
Plaintext
Raw Normal View History

2022-09-13 17:21:32 +08:00
{
"bracketSpacing": true,
"jsxBracketSameLine": true,
"jsxSingleQuote": false,
"printWidth": 140,
"semi": true,
"useTabs": false,
"trailingComma": "none",
2022-09-13 17:21:32 +08:00
"singleQuote": true,
2022-09-25 22:58:10 +08:00
"tabWidth": 4,
2022-09-13 17:21:32 +08:00
"endOfLine": "auto",
"proseWrap": "preserve"
}