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

11 lines
75 B
Plaintext
Vendored

class Foo {
}
class Bar
{
qux = 1
}
class Baz { prop = 0; prop2 = 1 }