Not a real issue but I am really stuck at this
I cloned your lazyvim git and really enjoying it, but I am stuck at configuring blade-formatter.
indentSize = 4,
wrapAttributes = "preserve",
wrapLineLength = 9999,
endWithNewLine = true,
useTabs = true,
sortTailwindcssClasses = true,
I've looked around over the net to set the above options, but couldn't find any.
I was hoping you could provide some insight or advice on how to go about configuring these options correctly. Any advice you could offer would be greatly appreciated.
Thanks.
Hi there, thanks for trying the config!
I've never configured my blade-formatter. Currently I am quite busy, but as soon as that changes I'll look into this.
In the meantime, I recommend looking at all relevant plugins. In this case, maybe look into creating a custom integration with conform.nvim which specifies your config (if blade-formatter supports that), use this as reference.
Thanks will look into it...