mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-25 08:30:55 +00:00
c96bb9cd0a
This adds support for the simplest 8-bit character encodings, which are compatible with ASCII.
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": ["${workspaceFolder}"],
|
|
"cStandard": "c89",
|
|
"intelliSenseMode": "linux-clang-x64",
|
|
"compilerPath": "/usr/bin/clang"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|