Files
WAI_Project_VUE/node_modules/prettier-linter-helpers/.prettierrc

7 lines
106 B
Plaintext
Raw Normal View History

2025-11-24 23:24:06 +08:00
{
"arrowParens": "always",
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false
}