Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

dsimensen's avatar

PHP Auto-indenting on markdown and I can't fix it

My PHP Storm is auto-indenting my @component('mail:message') and I can't get it not to. It's screwing with my markdown. Does anyone know how to fix this without ruining auto-indenting globally?

Here's what it looks like:

@component('mail::message')

    # A Heading

    Lorem ipsum dolor sit amet, consectetur adipisicing elit. Architecto atque delectus dolores doloribus eius, 		expedita, fugit laboriosam natus nostrum qui quibusdam recusandae vero voluptatibus. Aut id incidunt non optio quam.

    -A list
    -goes
    -here


@endcomponent

It's pretty much just stuck like that and I can't even manually backspace it to the beginning of the line if it's between the @'s.

0 likes
1 reply
Ishra's avatar

You should edit your title so it is clear that your question is about PhpStorm, i think this will increase your chance of getting help.

Please or to participate in this conversation.