Files
cdTestPlant3/cdTMP/.prettierrc

9 lines
141 B
Plaintext
Raw Normal View History

2023-06-04 20:01:58 +08:00
{
"useTabs": false,
"tabWidth": 4,
2025-12-02 18:09:17 +08:00
"printWidth": 160,
2023-06-04 20:01:58 +08:00
"singleQuote": false,
"trailingComma": "none",
"semi": false
}