mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-02 18:17:31 +08:00
style: 💄 代码整理 (#88)
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
{
|
||||
"tabWidth": 4,
|
||||
"useTabs": false,
|
||||
"attributeGroups": ["^v-", "$DEFAULT"],
|
||||
"attributeSort": "ASC",
|
||||
"bracketSameLine": true,
|
||||
"endOfLine": "auto",
|
||||
"plugins": ["prettier-plugin-organize-attributes"],
|
||||
"printWidth": 150,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "all",
|
||||
"bracketSameLine": true,
|
||||
"printWidth": 150,
|
||||
"endOfLine": "auto"
|
||||
"useTabs": false
|
||||
}
|
Reference in New Issue
Block a user