<ul{{attributes.addClass('container container-desktop')}}>
when I press Command + / (autoformat), all my classes are without whitespace:
<ul{{attributes.addClass('containercontainer-desktop')}}>
I searched in the settings of Visual Studio Code for a setting. But did not found a solution to disable it.