Files
VHDLDoc/.vscode/settings.json
2025-03-29 22:55:18 +01:00

11 lines
291 B
JSON

{
"files.autoSave": "onFocusChange",
"editor.formatOnSave": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"jest.rootPath": "src/",
"jest.runMode": "on-demand",
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.detectIndentation": false
}