We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clang-format
1 parent b9befa5 commit 0ab3c36Copy full SHA for 0ab3c36
arduino-ide-extension/src/node/clang-formatter.ts
@@ -30,7 +30,7 @@ export class ClangFormatter implements Formatter {
30
this.style(formatterConfigFolderUris, options),
31
]);
32
const formatted = await spawnCommand(
33
- execPath,
+ `"${execPath}"`,
34
[style],
35
console.error,
36
content
0 commit comments