This extension is aimed at Ember developers who are in the process of converting from curly components {{my-component}}
to angle bracket components <MyComponent />
- Format whole file
- Format selection
The converter does not handle formatting / prettier for the transformed code, you will need to deal with this through your normal methods