mirror of
https://github.com/apple/pkl.git
synced 2026-07-19 19:41:15 +02:00
Implement canonical formatter (#1107)
CLI commands also added: `pkl format check` and `pkl format apply`.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
foo {
|
||||
when (true)
|
||||
{
|
||||
bar = 1
|
||||
}
|
||||
else {
|
||||
bar = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user