I recently tried prettier out on HTML files in my project. Unfortunately, it tends to break Django template code and Prettier doesn't intend to fix it. Makes sense as it's tricky that Python is whitespace sensitive and Prettier's userbase is mainly JS devs.

Django devs beware! Don't use prettier if you use Django's templating engine!!!!