From 58ca8a6fb34053cc888c5621bd840d3a2b5e2073 Mon Sep 17 00:00:00 2001
From: jacques Grelet <Jacques.Grelet@ird.fr>
Date: Tue, 12 Mar 2019 20:04:15 +0000
Subject: [PATCH] add setting.json config

---
 Readme-python.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/Readme-python.txt b/Readme-python.txt
index 78a3bd0..c4427df 100644
--- a/Readme-python.txt
+++ b/Readme-python.txt
@@ -51,6 +51,23 @@ Pour utiliser le bash de git, modifier la ligne:
     "terminal.integrated.shell.windows": "C:\\MinGW\\msys\\1.0\\bin\\bash.exe",
 par
     "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
+    
+Add in user setting.json:
+  "[python]": {
+        "editor.insertSpaces": true,
+        "editor.tabSize": 4
+    }
+
+In setting.json:
+
+    "python.linting.pylintEnabled": true,
+    "python.linting.enabled": true,
+    "python.linting.mypyEnabled": false,
+    "python.pythonPath": "C:\\opt\\python\\python3.7\\python.exe",
+    "editor.formatOnSave": true,
+    "editor.formatOnType": true,
+    "python.autoComplete.addBrackets": true,
+    "editor.formatOnPaste": true
 
 Modules pYthon à intaller:
 --------------------------
-- 
GitLab