Caleb Jasik
Caleb Jasik
Maybe there's a way to make that a "raw string" in the settings ui? Or make just a dropdown between tabs / spaces and the number of them to use?
using ```json { "evenBetterToml.formatter.indentString": " ", } ``` doesn't seem to work, it just uses the previous value of `"\t\t"`
Is there an issue tracking this for the prettier plugin, or do you consider the compiler issue to count as tracking this?
🤷 ok I'd argue it's both a "prettier formats incorrectly" issue and then there's an implementation detail of that issue being tracked in the compiler repo as the root cause,...
thanks for hearing me out :)
https://github.com/withastro/prettier-plugin-astro/issues/286 for another repro
~~https://github.com/withastro/compiler/issues/531~~ https://github.com/withastro/compiler/issues/318 for the relevant compiler issue
ah, okay - i guess it depends on which path you choose if you use different client types like in the case of @astrojs/image
context: https://github.com/slackhq/nebula/blob/be360e694f7180633b4485c88e7a9eb8bd7d0aa9/allow_list.go#L151-L176