dot/jupyter-notebook.json: Set `tabSize' because the editor is broken.
[profile] / dot / jupyter-notebook.json
index ebf4aae..e84b6e2 100644 (file)
@@ -2,7 +2,8 @@
   "CodeCell": {
     "cm_config": {
       "autoCloseBrackets": false,
-      "indentUnit": 2
+      "indentUnit": 2,
+      "tabSize": 2
     }
   }
 }