Learn-Juzhen/.prettierrc

8 lines
140 B
Plaintext
Raw Normal View History

2022-04-28 10:17:01 +08:00
{
"useTabs": false,
"tabWidth": 2,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "none",
"semi": false
}