mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 18:27:37 +02:00
Added VSCode settings
This commit is contained in:
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
||||
"cmake.generator": "Ninja",
|
||||
"prettier.disableLanguages": [
|
||||
"markdown"
|
||||
],
|
||||
"git.inputValidationLength": 80,
|
||||
"git.inputValidationSubjectLength": 72
|
||||
}
|
Reference in New Issue
Block a user