You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried with prettier and just .editorconfig which seems to look ok after a number of HTML fixes. I'll probably start with just the top level '*.html'.
The html files have mixed indention. Some use tabs some use spaces.
This can be fixed by using the config from:
https://editorconfig.org/
It is supported by most editors and by github.
The commit formatting the files can be added to the
.git-blame-ignore-revs
to keep git-blame history clean.The text was updated successfully, but these errors were encountered: