cocos-awesome/.prettierrc
2022-03-07 09:15:59 +08:00

8 lines
107 B
Plaintext

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