I also tested with [volar-starter](https://github.com/patarapolw/volar-starter/blob/bug/style-newlines-trimmed/src/App.vue). It might related to https://github.com/johnsoncodehk/volar/discussions/1027#discussioncomment-2538025 ```vue <template> <img alt="Vue logo" src="./assets/logo.png" /> <HelloWorld msg="Hello Vue 3 + TypeScript + Vite" /> </template> <script lang="ts" setup> import HelloWorld from './components/HelloWorld.vue' </script> <style>#app { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; margin-top: 60px; }</style> ``` I also noticed something about volar-starter - https://github.com/johnsoncodehk/volar-starter/issues/5, https://github.com/johnsoncodehk/volar-starter/issues/6