How to have a good .blade indentation in VSCode?

0

Example of expected result:

<body>
    @extends('t')
    @include('as')
</body>

Reality sample with PHP extension

<body>
    @extends('t') @include('as')
</body>
    
asked by anonymous 11.04.2018 / 16:31

0 answers