ols
ols copied to clipboard
`// odinfmt enable/disable` with comment inside gets deleted on formatting
Before format:
package main
main :: proc() {
//odinfmt: disable
// comment
//odinfmt: enable
}
After format:
package main
main :: proc() {
}
should be fixed with #149
Yeah it's fixed.