MCSManager/.prettierrc.json

5 lines
51 B
JSON
Raw Normal View History

2020-10-08 12:13:27 +08:00
{
2022-08-05 19:48:19 +08:00
"printWidth": 100,
2022-02-02 13:36:08 +08:00
"trailingComma": "none"
2020-10-08 12:13:27 +08:00
}