Added workspace specific vscode settings.json

This just sets the correct c++ formatter
This commit is contained in:
Thomas Basler 2022-11-10 20:19:03 +01:00
parent 8245eef90e
commit 5dac8198fa

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"C_Cpp.clang_format_style": "WebKit"
}