clarinet icon indicating copy to clipboard operation
clarinet copied to clipboard

`@format-ignore` break formatting

Open hugo-stacks opened this issue 2 weeks ago • 1 comments

The format-ignore directive seems to mess up the parent function:

input

(define-public (hello)
  (begin
    ;; @format-ignore
    (ok "world")
  )
)

clarinet fmt --in-place ouput:

(
  define-public   (hello)
  (
  begin
  ;; @format-ignore
  (ok "world")
)
)

hugo-stacks avatar Dec 11 '25 21:12 hugo-stacks

CNET-170

linear[bot] avatar Dec 11 '25 21:12 linear[bot]