home
search
tag
: django
Fixing autoformatting Django templates in Visual Studio Co
2022-03-24
•
2 min read
django
python
vscode
Prettier autoformatting screws up Django html templates in Visual Studio Code. For example, it puts tags on the same line when they shouldn't be. The fix is pretty simple and involves a couple of different formatting extension.
Read More