Linux マシンに uncrustify をインストールし、それを Visual Code の拡張機能としてインストールしました。次のように settings.json を構成しました。
"uncrustify.executablePath": "/usr/bin/uncrustify",
"uncrustify.configPath": "/media/rinaldi/Excess/Dropbox/Projects/uncrusify-cpp.cfg"
keybiddings.json に次の行を追加しました。
{ "key": "ctrl+f6", "command": "uncrustify"}
/usr/bin/uncrustify
「ctrl + f6」を押すと、端末にアクセスしてuncrustifyバイナリを取得しても、uncrustifyコマンドが見つからなかったと表示されます。