VS Code configuration

This commit is contained in:
2025-03-29 22:55:18 +01:00
parent 19180d4516
commit 3e85a5384d
2 changed files with 34 additions and 0 deletions

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"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
}