cocos-awesome/.prettierrc

8 lines
107 B
Plaintext
Raw Normal View History

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