Skip to content

Partials remove leading whitespace in partial #182

@apatrida

Description

@apatrida

When including a partial that has important indentation, for example:

<pre>
   fun something() {
       var x = 1;
   }
</pre>

This is imported as a partial as:

<pre>
fun something() {
var x = 1;
}
</pre>

Which breaks the intention.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions