mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 08:09:17 +02:00
2b3603b544
ktfmt has much improved how it formats Kotlin code. Unfortunately, this means that whenever we touch a single line in a Kotlin file, we get a _lot_ more changes thanks to ratcheting now picking up this file for formatting. This PR just reformats every single Kotlin file so we don't have to deal with this churn in future PRs that touch Kotlin code.
Command-line interface for Pkl. The CLI provides the following tools: * Batch evaluator * REPL