aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/zprint.lua
AgeCommit message (Collapse)Author
2023-12-06refactor!: formatter config functions take self as first argument (#233)Steven Arcangeli
This is a breaking API change, but there is a shim in place that will keep existing functions working, just with a warning notification. Most people should not encounter this at all. For anyone overriding a formatter config value with a function that takes `(ctx)` as the parameter, it will need to be updated to take `(self, ctx)`.
2023-10-17feat: zprint formatter for clojure (#146)Aron Griffis