Search code examples
javascriptace-editor

Wrap behaviour in Ace.js, take indentation into account?


Does the ace editor provide an option for the wrap mode which takes the indentation into consideration?

Like This: Like this

Currently wrap: true produces this:

enter image description here


Solution

  • This feature was added recently in https://github.com/ajaxorg/ace/pull/2187