apple / pkl

A configuration as code language with rich validation and tooling.
https://pkl-lang.org
Apache License 2.0
10.15k stars 270 forks source link

Add spotless formatting for remaining .kt/.kts files #560

Closed bioball closed 3 months ago

bioball commented 3 months ago

This adds formatting for:

This can be reviewed in two commits; the first one adds business logic to run spotless, and the second one just runs spotless apply.

Note: for sanity sake, the first commit also includes changes created by running spotlessApply on those files, because it's too hard to separate them out.