metabase / macaw

A Clojure wrapper for JSqlParser 🦜
Eclipse Public License 1.0
12 stars 1 forks source link

Use cljfmt to keep code consistent and beautiful #86

Open crisptrutski opened 2 months ago

crisptrutski commented 2 months ago
crisptrutski commented 2 months ago

With default settings, it's pretty unhappy with us:

❯ cljfmt check | wc -l
src/macaw/util.clj has incorrect formatting
src/macaw/rewrite.clj has incorrect formatting
test/macaw/core_test.clj has incorrect formatting
test/macaw/acceptance_test.clj has incorrect formatting
4 file(s) formatted incorrectly
     201
crisptrutski commented 3 weeks ago

We've reformatted it with default settings, only thing left is automation.