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,
"printWidth": 120,
"singleQuote": false,
"trailingComma": "none",
"semi": false
}