mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-20 22:52: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": {
|
"files.associations": {
|
||||||
"*.h": "c",
|
"*.h": "c",
|
||||||
|
"*.ino": "cpp",
|
||||||
"*.c": "c",
|
"*.c": "c",
|
||||||
"*.inc": "c",
|
"*.inc": "c",
|
||||||
"*.cpp": "cpp",
|
"*.cpp": "cpp",
|
||||||
@ -18,7 +19,16 @@
|
|||||||
"xstddef": "c",
|
"xstddef": "c",
|
||||||
"type_traits": "c",
|
"type_traits": "c",
|
||||||
"utility": "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]": {
|
"[markdown]": {
|
||||||
"editor.trimAutoWhitespace": false,
|
"editor.trimAutoWhitespace": false,
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 00aec9e6be8a59e4bf697bba98ec52f917047cf3
|
|
Loading…
Reference in New Issue
Block a user