We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have been using your extension for months now but I still run into this issue.
The indentation is wrong/weird for multiline code inside blade directive and alpinejs attributes. the formatting works fine for oneliners
I have attached a screenshot for visual reference.
Also, Thanks for your work towards the extension. Really cool.
The text was updated successfully, but these errors were encountered:
Just thought I would also include my config files.
.blade.format.json
.prettierrc
Sorry, something went wrong.
Update.
I managed to fix this issue by simply settings the "useTabs" option to false.
I guess there's a bug in the plugin affecting calculation of indentations when "useTabs" option is true instead of spaces.
Cheers.
Ah that makes a lot of sense! Thanks for the extra info (the tab support is pretty flaky at the moment and needs an overhaul 😅)
JohnathonKoster
No branches or pull requests
Hi,
I have been using your extension for months now but I still run into this issue.
The indentation is wrong/weird for multiline code inside blade directive and alpinejs attributes.
the formatting works fine for oneliners
I have attached a screenshot for visual reference.
Also, Thanks for your work towards the extension. Really cool.
The text was updated successfully, but these errors were encountered: