JetBrains / kotlin-playground

Self-contained component to embed in websites for running Kotlin code
https://jetbrains.github.io/kotlin-playground/examples/
Apache License 2.0
447 stars 80 forks source link

Code is automatically indented with spaces, but tabs are still inserted when I use the `Tab` key #176

Open chaoren opened 1 year ago

chaoren commented 1 year ago

It usually shouldn't matter, but I wanted to play around with trimIndent(), which doesn't work very well when the string contains mixed tabs and spaces for indentation.