Skip to content

Commit

Permalink
add wrap to the editor (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Dalliard authored and hacdias committed Nov 4, 2019
1 parent f1e1a27 commit 6250efa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/files/Editor.vue
Expand Up @@ -42,7 +42,8 @@ export default {
showPrintMargin: false,
readOnly: this.req.type === 'textImmutable',
theme: 'ace/theme/chrome',
mode: modelist.getModeForPath(this.req.name).mode
mode: modelist.getModeForPath(this.req.name).mode,
wrap: true
})
},
methods: {
Expand Down

0 comments on commit 6250efa

Please sign in to comment.