Configure document formatting or compression so that the document is automatically formatted or compressed when generating HTML/CSS/JS files.
Operation: Click the menu bar Configuration optionsClick Code processing Below Format and Compression Options.
effect
- Formatting: Enhances readability, increases document size
- Compression: Reduces readability and decreases document size
Formatting documents
- Formatting HTML, CSS, and JS documents can neatly organize and beautify messy front-end HTML/CSS/JS code, resulting in better document presentation.
readability。

Compressed documents
- Compression is applied to HTML, CSS, and JS documents. Unlike formatted documents, compressed documents compress the layout, reducing document size but decreasing readability.
HTML compression categories
- HTML standard compression
- HTML Extreme Compression
Standard compression
- Compress documents containing spaces, tabs, comments, etc.
Extreme compression
- This program compresses documents by removing spaces, tabs, and comments, as well as single and double quotes, html and body tags, and optional closing tags, resulting in an extreme compression that cannot be reversed.
