EEx Formatter

We want to switch a sizable codebase (~500 templates) from slime to EEx.

The actual switch from slime to EEx is no problem but what really is blocking me is the output formatting of the eex files.

Thus I need a eex formatter to format all those new files.

So far I tried the eex prettier plugin but it does not work even with prettier 2.2.1 I still get <eext… /> in several files.

Is there any other attempt at solving this problem I am not aware of ?

1 Like