[Keymap] dumbpad updates, new keymap (#6481)
[jackhill/qmk/firmware.git] / .vscode / settings.json
CommitLineData
448b9168
FS
1// Place your settings in this file to overwrite default and user settings.
2{
064f6821
JC
3 // Unofficially, QMK uses spaces for indentation
4 "editor.insertSpaces": true,
448b9168
FS
5 // Configure glob patterns for excluding files and folders.
6 "files.exclude": {
7 "**/.build": true,
8 "**/*.hex": true
67f722c9
FS
9 },
10 "files.associations": {
11 "*.h": "c",
12 "*.c": "c",
13 "*.cpp": "cpp",
00596d55
MJ
14 "*.hpp": "cpp",
15 "xstddef": "c"
448b9168 16 }
05be1de1 17}