From 028b364e9e9716e370a4d0fd31fc71834a54d131 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Sat, 5 Jan 2019 14:38:12 +0100 Subject: [PATCH] improve workspace --- or-tools.code-workspace | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/or-tools.code-workspace b/or-tools.code-workspace index d3368cdead..8aecd1d6f3 100644 --- a/or-tools.code-workspace +++ b/or-tools.code-workspace @@ -25,11 +25,23 @@ ], "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", - ] + "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, + }, } } \ No newline at end of file