vscode: Fix code-workspace

This commit is contained in:
Corentin Le Molgat
2022-10-19 09:06:02 +02:00
parent 775dda655d
commit 03bccf6673

View File

@@ -108,7 +108,9 @@
"USE_BOP",
"USE_GLOP",
"USE_CLP",
"USE_CBC"
"USE_CBC",
"USE_PDLP",
"USE_SCIP"
],
"C_Cpp.clang_format_style": "Google",
"python.formatting.provider": "yapf",