zmk/.vscode/settings.json
Darryldh c2f26a88b4 Revert "included accidentally"
This reverts commit c4c9887ec0.
2022-10-30 22:35:44 -04:00

8 lines
No EOL
153 B
JSON

{
"files.associations": {
"*.overlay": "dts",
"*.keymap": "dts",
"peripheral_status.h": "c"
},
"python.formatting.provider": "black",
}