]> git.donarmstrong.com Git - qmk_firmware.git/blob - .vscode/settings.json
Remove accidentally pasted line in MF68 readme
[qmk_firmware.git] / .vscode / settings.json
1 // Place your settings in this file to overwrite default and user settings.
2 {
3     // Configure glob patterns for excluding files and folders.
4     "files.exclude": {
5         "**/.build": true,
6         "**/*.hex": true
7     },
8     "files.associations": {
9         "*.h": "c",
10         "*.c": "c",
11         "*.cpp": "cpp",
12         "*.hpp": "cpp"
13     }
14 }