idraw/.prettierrc.json
2023-04-15 12:06:48 +08:00

10 lines
176 B
JSON

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