Add line wrap to RTE code editor
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
fontSize: "14px",
|
||||
enableSnippets: false, //The Razor mode snippets are awful (Need a way to override these)
|
||||
enableBasicAutocompletion: true,
|
||||
enableLiveAutocompletion: false
|
||||
enableLiveAutocompletion: false,
|
||||
wrap: true
|
||||
},
|
||||
onLoad: function(aceEditor) {
|
||||
vm.aceEditor = aceEditor;
|
||||
|
||||
Reference in New Issue
Block a user