{ "editor.formatOnSave": true, "C_Cpp.codeAnalysis.clangTidy.checks.disabled": [ "clang-analyzer-core.NullDereference" ], "C_Cpp.files.exclude": { "build/**": true }, "files.associations": { "*.S": "avr" }, "cmake.configureOnOpen": true, "compilerexplorer.compilationDirectory": "${workspaceFolder}/build", }