mirror of
https://github.com/halleysfifthinc/Toyota-AVC-LAN
synced 2025-11-03 20:07:17 +00:00
10 lines
239 B
JSON
10 lines
239 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [
|
|
"clang-analyzer-core.NullDereference"
|
|
],
|
|
"C_Cpp.files.exclude": {
|
|
"build/**": true
|
|
},
|
|
"cmake.configureOnOpen": true,
|
|
} |