cocos-awesome/.prettierrc

8 lines
107 B
Plaintext
Raw Normal View History

2020-03-30 01:26:16 +08:00
{
"trailingComma": "none",
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"printWidth": 120
}