cslms-api/.vscode/settings.json

9 lines
186 B
JSON
Raw Permalink Normal View History

2023-12-27 17:31:49 +09:00
{
"editor.detectIndentation": false,
"editor.tabSize": 2,
"editor.formatOnSave": true,
"diffEditor.codeLens": true,
"files.autoSave": "afterDelay",
"editor.wordWrap": "on"
}