Skip to content
rareyman edited this page Aug 1, 2014 · 4 revisions

HTMLBeautify Wiki

Some tips and tricks for using this script:

Format on Save

	// html_beautify + save
	{
		"keys": ["ctrl+alt+super+s"],
		"command": "run_multiple",
		"args": {
			"commands": [
			{"command": "html_beautify" },
			{"command": "save" }
			]
		}
	}

(This will Beautify then save the file.)

Clone this wiki locally