ssn-installer/.vscode/settings.json

18 lines
285 B
JSON
Raw Normal View History

2018-07-17 17:19:13 +02:00
{
"files.associations": {
2018-07-18 03:40:11 +02:00
"filereader.h": "c",
2018-07-24 18:10:07 +02:00
"decrypt.h": "c",
"stdint.h": "c",
2018-09-14 00:48:53 +02:00
"decryptutilities.h": "c",
2018-09-14 00:56:32 +02:00
"fileutilities.h": "c",
"stdio.h": "c",
"stdlib.h": "c",
"stdbool.h": "c"
2018-07-31 13:18:18 +02:00
},
"cSpell.words": [
"init",
"miniz",
"tinfl"
]
}