1
0
mirror of https://github.com/jumpserver/lina.git synced 2025-05-15 19:39:39 +00:00
lina/Users/guang/Library/Application Support/Code/User/settings.json
2025-01-21 17:48:44 +08:00

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"
}