mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
18 lines
420 B
JSON
18 lines
420 B
JSON
{
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
|
"git.inputValidationLength": 80,
|
|
"git.inputValidationSubjectLength": 72,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"search.exclude": {
|
|
"/extras/tests/catch/*": true
|
|
},
|
|
"C_Cpp.default.includePath": [
|
|
"/src"
|
|
],
|
|
"[cmake]": {
|
|
"editor.detectIndentation": false,
|
|
"editor.insertSpaces": false,
|
|
}
|
|
}
|