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

15 lines
109 B
Plaintext
Vendored

//// line 1
///// line 2
foo = 1
/// line 1
///
///
/// line 2
bar = 1
///line 1
///line 2
baz = 1