Files
pkl/pkl-formatter/src/test/files/FormatterSnippetTests/input/expr-if.pkl
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

8 lines
134 B
Plaintext
Vendored

foo =
if (someCondition) 10000
else
if (someOtherCondition) 20000
else
if (someAnotherCondition) 30000
else 4