three_base/.prettierrc

8 lines
140 B
Plaintext
Raw Normal View History

2022-03-15 11:50:37 +08:00
{
"useTabs": false,
"tabWidth": 2,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "none",
"semi": false
}