Adrien Crovetto

Results 3 issues of Adrien Crovetto

In my app I have pages that use BigPipe and pages that don't. I don't want to duplicate basic template tag in both format. e.g. analytics.scala.stream / analytics.scala.html or footer.scala.stream...

enhancement
help wanted

Hello, I have a basic form, ``` case class SearchForm(name: Option[String], city: Option[String], limit: Option[Int], offset: Option[Int]) ``` it's referenced in routes like that ``` ### # parameters: # -...

bug

I can't align def and val on the same token This used to work on previous version, like `3.5.9` NB: this issue follow the discussion [here](https://github.com/scalameta/scalafmt/issues/3464) ## Configuration (required) ##...

help wanted