Learn-Juzhen/.prettierrc
2022-04-28 10:17:01 +08:00

8 lines
140 B
Plaintext

{
"useTabs": false,
"tabWidth": 2,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "none",
"semi": false
}