How do I auto-convert HTML indentation from four spaces to two spaces?
For now, I have to:
- convert indentation to tab
- set tab size to 2
- convert indentation to space
file by file.
Is there any easy way to auto-convert the indentation when I edit/create a HTML file? Install a package or add some settings?