deno fmt: forced removal of `<script>`/`<style>` indentation
Author: brunnerhCreated Aug 27, 2026Updated Sep 17, 2026
#35174 removed indentation within <script>/<style> element in components.
Unlike in Vue, this has never been idiomatic in Svelte (see any official documenation/the tutorial).
The behavior should either be disabled or configurable and off by default for .svelte files.
Version: Deno 2.9.5
Source: denoland/deno