Add support for configurable imports
Re https://github.com/greglook/cljstyle/issues/31
Codecov Report
Merging #39 into master will increase coverage by
0.01%. The diff coverage is100%.
@@ Coverage Diff @@
## master #39 +/- ##
==========================================
+ Coverage 92.67% 92.69% +0.01%
==========================================
Files 13 13
Lines 1515 1519 +4
Branches 44 44
==========================================
+ Hits 1404 1408 +4
Misses 67 67
Partials 44 44
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/cljstyle/config.clj | 98.19% <100%> (+0.01%) |
:arrow_up: |
| src/cljstyle/format/ns.clj | 96.67% <100%> (+0.03%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 62e1db2...e243325. Read the comment docs.
Tweaked this to instead of be configurable by vector/list, simply use a flag, :vector-for-imports?
Rationale is there isn't another commonly used valid option.
Let me know if there's anything you'd like done before this can get merged
Sorry for the delay; this needs a bit of updating to work with the latest configuration style now.