-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
π Describe the Bug
When initial saving the following template
/**
* EditCaptions, a component for editing the captions of a video.
* @param {Object} videoPlayMetadata - meta data of the video
* @param {Function} onEditCaptions - function to call and pass edited captions to
* @param {Function} onEditCancel - function to call if user cancels editing actions
* Usage:
<Video$EditCaptions
@videoPlayMetadata={{@videoPlayMetadata}}
@onEditCaptions={{this.onEditCaptions}}
@onEditCancel={{this.onCloseEditCaptionsModal}}
/>
*/
export default class EditCaptions extends Component {}
the following will result
/**
* EditCaptions, a component for editing the captions of a video.
* @param {Object} videoPlayMetadata - meta data of the video
* @param {Function} onEditCaptions - function to call and pass edited captions to
* @param {Function} onEditCancel - function to call if user cancels editing actions
* Usage:
<Video$EditCaptions
@videoPlayMetadata={{@videoPlayMetadata}}
@onEditCaptions={{this.onEditCaptions}}
@onEditCancel={{this.onCloseEditCaptionsModal}}
/>
*/
export default class EditCaptions extends Component {}
It adds a new line after the content block
π¬ Minimal Reproduction
I am trying to make a reproduction, but it seems to only happen in my environment via the vscode plugin
π Actual Behavior
Adds a new line in comment
π€ Expected Behavior
Do not add a new line in comment block
π Environment
- prettier-plugin-ember-template-tag version: - 0.3.0
- ember-template-imports version: - 5.3.1
Metadata
Metadata
Assignees
Labels
No labels