MCSManager/.prettierrc.json

8 lines
111 B
JSON
Raw Normal View History

2020-10-08 12:13:27 +08:00
{
2021-11-10 16:53:13 +08:00
"printWidth": 202,
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"singleQuote": false
2020-10-08 12:13:27 +08:00
}