stm32-data/.vscode/settings.json
Dario Nieuwenhuis acedb6c9fa cleanup
2022-12-11 20:49:08 +01:00

8 lines
161 B
JSON

{
"editor.formatOnSave": true,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/target/**": true
}
}