Files
svgeditor2.0/.prettierrc.json

11 lines
215 B
JSON
Raw Normal View History

2025-09-25 11:34:55 +08:00
{
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 4,
"printWidth": 120,
"useTabs": false,
"semi": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "ignore"
}