mirror of
https://github.com/jumpserver/lina.git
synced 2025-05-15 19:39:39 +00:00
10 lines
262 B
JSON
10 lines
262 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"prettier.printWidth": 100,
|
|
"prettier.singleAttributePerLine": true,
|
|
"editor.wordWrap": "on"
|
|
} |