mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 16:19:20 +02:00
fdc501a35c
CLI commands also added: `pkl format check` and `pkl format apply`.
15 lines
109 B
Plaintext
Vendored
15 lines
109 B
Plaintext
Vendored
|
|
//// line 1
|
|
///// line 2
|
|
foo = 1
|
|
|
|
/// line 1
|
|
///
|
|
///
|
|
/// line 2
|
|
bar = 1
|
|
|
|
///line 1
|
|
///line 2
|
|
baz = 1
|