three_base/.prettierrc
2022-03-15 11:50:37 +08:00

8 lines
140 B
Plaintext

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