Level 42
Prettier
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I want to format my .vue file or component
like this and i have beautify in my vs code extension using.
<Input
id="password"
type="password"
name="password"
autocomplete="new-password"
v-model="form.password"
class="mt-1 block w-full"
autofocus
placeholder="Password"
/>
Please or to participate in this conversation.