cocos-awesome/.prettierrc
2020-03-30 01:26:16 +08:00

8 lines
107 B
Plaintext

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