idraw/.prettierrc.json
2022-12-31 23:21:57 +08:00

11 lines
No EOL
156 B
JSON

{
"tabWidth": 2,
"useTabs": false,
"endOfLine": "auto",
"singleQuote": true,
"semi": true,
"trailingComma": "none",
"bracketSpacing": true
}