15 lines
283 B
Text
15 lines
283 B
Text
// SublimeLinter Settings - User
|
|
{
|
|
// Set to true to print extra information in the console.
|
|
"debug": true,
|
|
"linters": {
|
|
"cppcheck": {
|
|
// "@disable": false,
|
|
// "args": [],
|
|
"enable": "all",
|
|
// "excludes": [],
|
|
// "lint_mode": "save"
|
|
"std": ["c++11"]
|
|
}
|
|
}
|
|
}
|