mirror of
https://github.com/apple/pkl.git
synced 2026-04-26 18:28:33 +02:00
Implement canonical formatter (#1107)
CLI commands also added: `pkl format check` and `pkl format apply`.
This commit is contained in:
13
pkl-formatter/src/test/files/FormatterSnippetTests/input/module-definitions.pkl
vendored
Normal file
13
pkl-formatter/src/test/files/FormatterSnippetTests/input/module-definitions.pkl
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// comment
|
||||
// one
|
||||
|
||||
|
||||
/// doc comment
|
||||
|
||||
open
|
||||
module
|
||||
foo
|
||||
.bar
|
||||
|
||||
amends
|
||||
"baz.pkl"
|
||||
Reference in New Issue
Block a user