mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45:41 +00:00
15 lines
352 B
JSON
15 lines
352 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"
|
|
}
|
|
}
|