set c++ formatting style

This commit is contained in:
2023-10-15 15:31:39 +02:00
parent 659efbcb3e
commit 9945f74cfa

View File

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