foundation / foundation/panini
Partials remove leading whitespace in partial
Open
- 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.