You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have ported the algorithm into a zero dependency, single-file Lua library with Standard Clojure Style Lua.
The purpose of this issue to see if it would make sense to make Standard Clojure Style available to users of this project? This may be considered out of scope for this project, but I thought it may be worth suggesting.
The text was updated successfully, but these errors were encountered:
Clojure LSP also has format features via cljfmt and I understand that project wishes to support other format tooling (cljstyle, zprint, standard-clojure-style)
There is also the conform plugin that integrated a very wide range of format tools for many different programming languages.
So the decision is not if I should include this, but what is the most appropriate or convenient way to do include standard-clojure-style.
I will experiment a little this week. Any other feedback or ideas is welcome.
Hi 👋
Standard Clojure Style is a new library for formatting Clojure code. You can see a 10-minute demo and introduction of the tool in this video from Clojure/conj 2024.
I have ported the algorithm into a zero dependency, single-file Lua library with Standard Clojure Style Lua.
The purpose of this issue to see if it would make sense to make Standard Clojure Style available to users of this project? This may be considered out of scope for this project, but I thought it may be worth suggesting.
The text was updated successfully, but these errors were encountered: