bookmark/bookmark_front/.prettierrc

8 lines
145 B
Plaintext
Raw Normal View History

2020-09-21 18:25:03 +08:00
{
"printWidth": 200,
"singleQuote": false,
"bracketSpacing": true,
"jsxBracketSameLine": true,
"htmlWhitespaceSensitivity": "ignore"
}