Commit e6c09631 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Update options on Codemirror Gadget

parent 04c19a78
......@@ -29,11 +29,11 @@
indentWithTabs: false,
matchBrackets: true,
matchTags: {bothTags: true},
//rulers: [{
// column: 80,
// color: "#bbb",
// lineStyle: "dashed"
//}],
rulers: [{
column: 80,
color: "#bbb",
lineStyle: "dashed"
}],
extraKeys: {
"Ctrl-Space": "autocomplete",
"Alt-Space": "autocomplete",
......@@ -56,7 +56,7 @@
return;
}
},
foldGutter: false,
foldGutter: true,
lineWrapping: true,
gutters: ["CodeMirror-lint-markers",
"CodeMirror-linenumbers",
......
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