format fix
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.associations": {
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.associations": {
|
||||
"scoped_allocator": "cpp",
|
||||
"*.inc": "cpp",
|
||||
"vector": "cpp",
|
||||
@@ -96,49 +96,49 @@
|
||||
"slist": "cpp",
|
||||
"regex": "cpp"
|
||||
},
|
||||
"C_Cpp.clang_format_fallbackStyle": "Google",
|
||||
"C_Cpp.default.includePath": [
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/ortools/gen",
|
||||
"${workspaceRoot}/dependencies/install/include",
|
||||
],
|
||||
"C_Cpp.default.cppStandard": "c++20",
|
||||
"C_Cpp.default.cStandard": "c11",
|
||||
"C_Cpp.default.defines": [
|
||||
"USE_BOP",
|
||||
"USE_GLOP",
|
||||
"USE_CLP",
|
||||
"USE_CBC",
|
||||
"USE_PDLP",
|
||||
"USE_SCIP"
|
||||
],
|
||||
"C_Cpp.clang_format_style": "Google",
|
||||
"python.formatting.provider": "yapf",
|
||||
"python.pythonPath": "python3",
|
||||
"python.autoComplete.extraPaths": [
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/ortools/gen",
|
||||
"${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python",
|
||||
],
|
||||
"[cpp]": {
|
||||
"editor.tabSize": 2,
|
||||
},
|
||||
"[csharp]": {
|
||||
"editor.tabSize": 2,
|
||||
},
|
||||
"[java]": {
|
||||
"editor.tabSize": 2,
|
||||
},
|
||||
"[python]": {
|
||||
"editor.tabSize": 4,
|
||||
"C_Cpp.clang_format_fallbackStyle": "Google",
|
||||
"C_Cpp.default.includePath": [
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/ortools/gen",
|
||||
"${workspaceRoot}/dependencies/install/include",
|
||||
],
|
||||
"C_Cpp.default.cppStandard": "c++20",
|
||||
"C_Cpp.default.cStandard": "c11",
|
||||
"C_Cpp.default.defines": [
|
||||
"USE_BOP",
|
||||
"USE_GLOP",
|
||||
"USE_CLP",
|
||||
"USE_CBC",
|
||||
"USE_PDLP",
|
||||
"USE_SCIP"
|
||||
],
|
||||
"C_Cpp.clang_format_style": "Google",
|
||||
"python.formatting.provider": "yapf",
|
||||
"python.pythonPath": "python3",
|
||||
"python.autoComplete.extraPaths": [
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/ortools/gen",
|
||||
"${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python",
|
||||
],
|
||||
"[cpp]": {
|
||||
"editor.tabSize": 2,
|
||||
},
|
||||
"[csharp]": {
|
||||
"editor.tabSize": 2,
|
||||
},
|
||||
"[java]": {
|
||||
"editor.tabSize": 2,
|
||||
},
|
||||
"[python]": {
|
||||
"editor.tabSize": 4,
|
||||
},
|
||||
"java.configuration.updateBuildConfiguration": "interactive",
|
||||
"maven.view": "hierarchical",
|
||||
"git.ignoreLimitWarning": true,
|
||||
"python.analysis.extraPaths": [
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/ortools/gen",
|
||||
"${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python"
|
||||
"${workspaceRoot}/ortools/gen",
|
||||
"${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python"
|
||||
],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user