The two arguments following the line comment should be on the same line
Originally created by @HT154 on GitHub (Nov 6, 2025).
These are considered correctly formatted:
```pkl
foo =
Map(
1, 2,
3, 4, // hi!
5,
6,
7, 8,
)
bar =
Map(
1, 2,
3, 4,
// hi!
5,
6,
7, 8,
)
```
The two arguments following the line comment should be on the same line
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @HT154 on GitHub (Nov 6, 2025).
These are considered correctly formatted:
The two arguments following the line comment should be on the same line