I nicely indent my HTML files just like I do for my TypeScript files. But, when I save the HTML, ( in one of the projects ) everything goes haywire and I can never get vs-code to honor what I save.
Is there one setting in visual code to say, "please Charlie, don't do this to me."
I got the following in the user settings
( Code -> Preferences -> Settings -> User-Settings )
{
"html.format.enable": false,
}
The JSON key name there is one of those things that makes you think "OK this must take care of my problem!" Well,... yes and no.
These settings get honored in one project and do not get honored in another one.
What could possibly be overwriting this?
Please note that workspace settings
is completely empty for both projects.
The misbehaving project is an open source and can be previewed from the following link. It is the dashboard theme of the mighty tera-data covalent.