mirror of
https://github.com/apple/pkl.git
synced 2026-01-18 09:27:32 +01:00
When we updated spotless's Java and Kotlin formatter, we changed the underlying formatting rules. However, due to spotless ratcheting, these formatting changes don't get applied unless a file gets touched in a commit. To avoid future PRs introducing lines of change that aren't related to the intention of the PR, this is a one-time format of all files.
Command-line interface for Pkl. The CLI provides the following tools: * Batch evaluator * REPL