prettier / prettier-vscode

Visual Studio Code extension for Prettier
https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
MIT License
5.04k stars 446 forks source link

There is a problem with Jinja typesetting. #3316

Closed cadmenwillylin closed 1 month ago

cadmenwillylin commented 2 months ago

That's right. {% if request.user.is_authenticated %} {% if request.user.is_superuser %} {% endif %} {% endif %} It will change like this. {% if request.user.is_authenticated %} {% if request.user.is_superuser %} {% endif %} {% endif %} There is no way to run the program.