16 lines
417 B
JSON
16 lines
417 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "trunk.io",
|
|
"trunk.enableWindows": true,
|
|
"files.insertFinalNewline": false,
|
|
"files.trimFinalNewlines": false,
|
|
"cmake.configureOnOpen": false,
|
|
"[cpp]": {
|
|
"editor.defaultFormatter": "trunk.io"
|
|
},
|
|
"[powershell]": {
|
|
"editor.defaultFormatter": "ms-vscode.powershell"
|
|
},
|
|
"idf.currentSetup": "C:/Espressif/frameworks/esp-idf-v5.3.1/"
|
|
}
|