mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-17 01:13:22 +08:00
13 lines
320 B
Plaintext
13 lines
320 B
Plaintext
{
|
|
"attributeGroups": ["^v-", "$DEFAULT"],
|
|
"attributeSort": "ASC",
|
|
"bracketSameLine": true,
|
|
"endOfLine": "auto",
|
|
"plugins": ["prettier-plugin-organize-attributes"],
|
|
"printWidth": 150,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"trailingComma": "all",
|
|
"useTabs": false
|
|
} |