swappy/.vscode/settings.json
2020-01-03 23:42:01 -05:00

8 lines
103 B
JSON

{
"mesonbuild.configureOnOpen": true,
"files.associations": {
"*.h": "c",
"*.c": "c"
}
}