Commit 1afb75f3 authored by Jérome Perrin's avatar Jérome Perrin

erp5_code_mirror: indent with 2 spaces

parent 653ff194
......@@ -390,6 +390,8 @@
{mode: "python",\n
lineNumbers: true,\n
showTrailingSpace: true,\n
tabSize: 2,\n
indentWithTabs: false,\n
matchBrackets: true,\n
viewportMargin: Infinity,\n
extraKeys: {"Ctrl-Space": "autocomplete",\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment