zmk/.vscode/settings.json
Darryldh 0362501526 Revert "included accidentally"
This reverts commit c4c9887ec0.
2022-10-30 22:28:25 -04:00

12 lines
No EOL
228 B
JSON

{
"files.associations": {
"*.overlay": "dts",
"*.keymap": "dts",
"peripheral_status.h": "c"
},
"python.formatting.provider": "black",
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}