bookmark/bookmark_front/.prettierrc

8 lines
145 B
Plaintext
Raw Normal View History

2020-09-21 18:25:03 +08:00
{
2020-10-05 23:36:50 +08:00
"printWidth": 150,
2020-09-21 18:25:03 +08:00
"singleQuote": false,
"bracketSpacing": true,
"jsxBracketSameLine": true,
"htmlWhitespaceSensitivity": "ignore"
}