set c++ formatting style

This commit is contained in:
Kristian Krsnik 2023-10-15 15:31:39 +02:00
parent 659efbcb3e
commit 9945f74cfa
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@
"C_Cpp.default.includePath" = [
"\${workspaceFolder}/**"
];
"C_Cpp.clang_format_fallbackStyle" = "Microsoft";
};
};
}