c-kzg-4844/bindings/csharp/.vscode/settings.json

12 lines
241 B
JSON
Raw Normal View History

2022-11-03 13:08:17 +00:00
{
"files.associations": {
"stdbool.h": "c",
"c_kzg_4844.h": "c",
"stdint.h": "c",
"string.h": "c",
"inttypes.h": "c",
"stdlib.h": "c",
"sha256.h": "c",
"ckzg.h": "c"
2022-11-03 13:08:17 +00:00
}
}