Files
pkl/pkl-formatter/src/test/files/FormatterSnippetTests/input/when.pkl
T
Islon Scherer fdc501a35c Implement canonical formatter (#1107)
CLI commands also added: `pkl format check` and `pkl format apply`.
2025-09-17 11:12:04 +02:00

10 lines
66 B
Plaintext
Vendored

foo {
when (true)
{
bar = 1
}
else {
bar = 2
}
}