Files
admin-govern/.prettierrc

11 lines
215 B
Plaintext
Raw Permalink Normal View History

2023-12-21 16:42:39 +08:00
{
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 4,
"printWidth": 120,
"useTabs": false,
"semi": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "ignore"
}