foundation / foundation/panini

Partials remove leading whitespace in partial

Open
#182 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
593
Forks
104
PR merge metrics
No merged PRs in 30d

Description

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

```

   fun something() {

var x = 1;
}

```

This is imported as a partial as:

```

fun something() {

var x = 1;
}

```

Which breaks the intention.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.