// 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"] } } }