rustywind icon indicating copy to clipboard operation
rustywind copied to clipboard

What column length rustywind use?

Open Set27 opened this issue 11 months ago • 3 comments

My formatting tool format template using 80 column length. After it I launch rustywind formatter, and it make from

  class="
    justify-between p-2 bg-white rounded-3xl shadow-sm desktop:min-w-[246px]
    desktop:max-w-full tablet:min-w-[222px] tablet:max-w-[288px]
  "

one line.

Set27 avatar Mar 26 '25 14:03 Set27