I'm using laravel php framework and its templating engine is a blade which requires {{ }}
.
So when I write the curly braces inside of quotation marks ""
vscode it autoindents to left.
<div class="modal-body has-divider" id="{{}}"> //it indents to left as soon as I press `}}`.
But it wont indent in this situation where I have no quotation marks.
<div class="modal-body has-divider" id={{}}>
This is not a problem of any extensions as my collegues have the same problem. Anyway the extensions I have are:
- prettier
- es lint
- vim