Sublime Forum

LSP-html doesn't honor format on save

#1

LSP-html doesn’t seem to format on save. In LSP-html.sublime-settings I’ve have enabled "html.format.enable": true. And In LSP.sublime-settings format on save is also enabled and it works with TypeScript and JavaScript files.

{
	"lsp_format_on_save": true,
	"lsp_code_actions_on_save": {
		"source.organizeImports": true,
		"source.fixAll": true
	}
}

What gives? Does HTML documents format on save for you guys?

0 Likes