mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 04:43:02 +00:00
Fixed double repo
This commit is contained in:
parent
4fa53a71fd
commit
cfd52ca463
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@ -11,6 +11,7 @@
|
||||
},
|
||||
"files.associations": {
|
||||
"*.h": "c",
|
||||
"*.ino": "cpp",
|
||||
"*.c": "c",
|
||||
"*.inc": "c",
|
||||
"*.cpp": "cpp",
|
||||
@ -18,7 +19,16 @@
|
||||
"xstddef": "c",
|
||||
"type_traits": "c",
|
||||
"utility": "c",
|
||||
"ranges": "c"
|
||||
"ranges": "c",
|
||||
"ios": "c",
|
||||
"regex": "c",
|
||||
"random": "c",
|
||||
"variant": "c",
|
||||
"chrono": "c",
|
||||
"limits": "c",
|
||||
"algorithm": "c",
|
||||
"locale": "c",
|
||||
"string": "c"
|
||||
},
|
||||
"[markdown]": {
|
||||
"editor.trimAutoWhitespace": false,
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 00aec9e6be8a59e4bf697bba98ec52f917047cf3
|
Loading…
Reference in New Issue
Block a user