ols icon indicating copy to clipboard operation
ols copied to clipboard

`// odinfmt enable/disable` with comment inside gets deleted on formatting

Open IanLilleyT opened this issue 3 years ago • 1 comments

Before format:

package main

main :: proc() {
    //odinfmt: disable
    // comment
    //odinfmt: enable
}

After format:

package main

main :: proc() {
}

IanLilleyT avatar Sep 01 '22 19:09 IanLilleyT

should be fixed with #149

nico-barbas avatar Sep 12 '22 22:09 nico-barbas

Yeah it's fixed.

DanielGavin avatar Nov 02 '22 08:11 DanielGavin