Updated VSCode C config

This commit is contained in:
2025-11-01 23:01:55 -04:00
parent c2380696ef
commit 9fdfd2efa0

View File

@@ -94,6 +94,13 @@
# C / C++
"C_Cpp.clang_format_style" = "GNU"; # This is really just for cs361, I actually hate the GNU style
"C_Cpp.default.cStandard" = "gnu17";
"[c]" = {
"editor.defaultFormatter" = "ms-vscode.cpptools";
};
"[cpp]" = {
"editor.defaultFormatter" = "ms-vscode.cpptools";
};
};
};
};