👷 Avoid specifying each file by nam,e

This commit is contained in:
C-3PO 2019-07-22 00:00:27 +02:00
parent f712aa150d
commit 137d0c196e
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

10
.vscode/settings.json vendored
View file

@ -16,14 +16,6 @@
"xdelta"
],
"files.associations": {
"errno.h": "c",
"getopt.h": "c",
"stdbool.h": "c",
"stdint.h": "c",
"stdio.h": "c",
"stdlib.h": "c",
"string.h": "c",
"time.h": "c",
"unistd.h": "c"
"*.h": "c"
}
}