greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

Adjustable block indentation #38

Closed nikolap closed 4 years ago

nikolap commented 4 years ago

Supports custom block config as discussed in cljfmt issue https://github.com/weavejester/cljfmt/issues/101

Basically makes for some nicer assoc forms, if people want to configure it as such.

codecov-io commented 4 years ago

Codecov Report

Merging #38 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   92.65%   92.67%   +0.01%     
==========================================
  Files          13       13              
  Lines        1511     1515       +4     
  Branches       44       44              
==========================================
+ Hits         1400     1404       +4     
  Misses         67       67              
  Partials       44       44
Impacted Files Coverage Δ
src/cljstyle/format/indent.clj 95.59% <100%> (+0.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update da04c9f...e7d05b0. Read the comment docs.