Commit 00486819 by kimth

Make CodeMirror more pleasant for 6.00

parent c2e35152
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
lineWrapping: true, lineWrapping: true,
indentUnit: "${tabsize}", indentUnit: "${tabsize}",
tabSize: "${tabsize}", tabSize: "${tabsize}",
indentWithTabs: true,
smartIndent: false smartIndent: false
}); });
}); });
...@@ -48,7 +49,7 @@ ...@@ -48,7 +49,7 @@
border: 1px solid black; border: 1px solid black;
font-size: 14px; font-size: 14px;
line-height: 18px; line-height: 18px;
resize: vertical; resize: both;
} }
</style> </style>
</section> </section>
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