Practice_2/.vscode/settings.json

26 lines
523 B
JSON

{
"files.associations": {
"*.am": "makefile",
"*.ac": "makefile",
"*.c": "c",
"*.h": "c",
"*.cpp": "cpp",
"*.hpp": "cpp"
},
"makefile.launchConfigurations": [
{
"cwd": "${workspaceFolder}",
"binaryPath": "${workspaceFolder}/app",
"binaryArgs": []
}
],
"editor.rulers": [
{
"column": 80
},
{
"column": 120,
"color": "#9f0af5"
}
],
}