mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-22 03:30:57 +00:00
3f6acc9f42
While C99 is not supported by old Mac OS compilers, line comments are supported. Keeping strictly to old C90 style code is annoying without benefit.
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": ["${workspaceFolder}"],
|
|
"cStandard": "c11",
|
|
"intelliSenseMode": "linux-clang-x64",
|
|
"compilerPath": "/usr/bin/clang"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|