OpenShamrock/.prettierrc
2023-10-28 11:41:51 +08:00

8 lines
108 B
Plaintext

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