Draft: vscode: Add settings.json to automatically format code
Following the work in !1002 (merged) to add and enforce clang-format
, this MR proposes to add a default .vscode/settings.json
file for VS Code that enables automatic code formatting on save, type and paste.
This enables VS Code users to automatically format their code while writing it, without needing to run clang-format manually.