brackets-indentator icon indicating copy to clipboard operation
brackets-indentator copied to clipboard

Markup to disable indent on part of a document

Open GerkinDev opened this issue 9 years ago • 0 comments

Hi, First, thank you for your great plugin, I think that this is the first I install on every of my Brackets instances (8 or 9 for now, I guess haha). I'm looking for a way to disable indent on certain parts of my documents, as my own indent rules may be quite unusual and are not supported by your plugin:

foo.bar === true ?
    var_a :
    (foo.bar ?
        var_b :
        var_c)

It is quite annoying to see this indent destroyed every time I reindent the doc. So, it would be great to have a markup, such as [[noindent]][[/noindent]] to put inside of comments to disable indent between them.

Thank you very much

GerkinDev avatar Aug 05 '16 03:08 GerkinDev