Skip to content

Wrap indents work with space indentation but not tab #1283

@mandolyte

Description

@mandolyte

In the snippet below, I backspaced over the indentation tab characters on line 13 all the way to the beginning and then used the tab key to re-indent to its original position.

The long line wrapped properly with spaces. But as can be seen on line 12, it isn't wrapping long lines when tabs are used to indent.

Note: in my use case, our tooling reformats all xhtml files to use tab characters. So I can't just start using Fresh's use of the tab key. So what I am proposing is perhaps two things:

  1. Have an editor option to use real tab characters.
  2. Enable the same wrapping for tab-indented lines as for space-indented lines.
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions