Automatic indentation is added to the built-in ClickHouse UI SQL editor, formatting the code properly each time the Enter key is pressed.
Why it matters
This feature improves the user experience by enhancing code readability and consistency in the ClickHouse web interface. It helps users write well-formatted SQL queries effortlessly, reducing manual indentation and potential syntax readability errors.How to use it
Users can take advantage of this feature immediately in the built-in SQL editor of the ClickHouse UI. Simply pressing Enter while writing SQL code will automatically insert the appropriate indentation without any additional configuration.