Skip to content
New issue

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

Code formatting support #6

Closed
NatoBoram opened this issue Oct 26, 2021 · 3 comments
Closed

Code formatting support #6

NatoBoram opened this issue Oct 26, 2021 · 3 comments

Comments

@NatoBoram
Copy link

NatoBoram commented Oct 26, 2021

The new Phoenix LiveView release supports a new .html.heex and ~H template engine, which deprecates .eex, .leex and ~L. It would be nice to have auto-formatting support for these.

@NatoBoram NatoBoram changed the title Support for ~H Code formatting support Oct 26, 2021
@NatoBoram
Copy link
Author

NatoBoram commented Mar 2, 2022

This just happened

You can use it before its release this way

code

@NatoBoram
Copy link
Author

Changelog

0.17.8 (2022-04-06)

Enhancements

  • Add HEEx formatter

https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.8/CHANGELOG.md

@josevalim
Copy link
Member

The formatting should happen as part of the regular Elixir tooling. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants