issues
search
cespare
/
goclj
Clojure parsing in Go
MIT License
37
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Format .edn files; add config option to select file extensions
#98
cespare
closed
1 year ago
2
Update CI config
#97
cespare
closed
1 year ago
0
Run cljfmt over .edn files
#96
asponring
closed
1 year ago
3
Allow setting config path via CLJFMT_CONFIG_PATH
#95
mikejquinn
closed
2 years ago
0
Merge&sort imports from the same package
#94
mrkam2
opened
3 years ago
1
Fix thread-first overrides
#93
mrkam2
closed
3 years ago
2
Thread-first overrides are not working
#92
mrkam2
closed
3 years ago
1
Run tests with a GH action
#91
cespare
closed
3 years ago
0
Format overrides should work in the source namespace
#90
mrkam2
opened
3 years ago
0
Add options for ignoring comment forms and reader discards
#89
dmac
closed
3 years ago
2
Don't remove requires of the form [foo]
#88
dmac
closed
3 years ago
0
Add parent pointer to Node
#87
dmac
closed
3 years ago
3
Add :for to README
#86
mrkam2
closed
3 years ago
1
Add the enforce-ns-style transform
#85
cespare
closed
3 years ago
4
Add a new default-on transform for 'if' newline consistency
#84
cespare
closed
3 years ago
1
Handle :>> in condp forms
#83
cespare
closed
3 years ago
0
Don't indent all send-* functions specially; only send-off
#82
cespare
closed
3 years ago
0
Don't interpret (def x "blah") as having a docstring
#81
cespare
closed
3 years ago
0
Don't interpret (def x "blah") as a docstring
#80
jwhitbeck
closed
3 years ago
1
Support regexp pattern matching in cljfmt.clj config file
#79
mrkam2
opened
3 years ago
1
Fix indentation in `for`, `doseq` bindings (including `:let`)
#78
mrkam2
closed
3 years ago
6
Functions prefixed with `send-` should not have special formatting
#77
stefan-toubia
closed
3 years ago
0
Doseq and for should use let-style indentation
#76
cespare
closed
3 years ago
1
Ignore git directory when walking directory tree
#75
vishsingh
closed
4 years ago
3
Handle the :let modifier for doseq and for
#74
cespare
closed
4 years ago
1
Handle the :let modifier for doseq and for
#73
tao-liu-liftoff
closed
3 years ago
5
Assoc Formatting Inconsistency
#72
tzzh
closed
4 years ago
2
Add support for :require-macros and :refer-macros
#71
mikejquinn
closed
4 years ago
3
Exit with non zero code when list is not empty
#70
tzzh
closed
4 years ago
1
Handle the `:>>` form for `condp` clauses
#69
zdyn
closed
3 years ago
0
Use lists instead of vectors for namespace `:import`s
#68
jwhitbeck
closed
3 years ago
3
Bad interaction of function literals with thread-first macros
#67
silverguo
closed
5 years ago
1
Test PR (not for merge)
#66
cespare
closed
5 years ago
0
Fix bug handling requires with newlines inside
#65
cespare
closed
5 years ago
0
Implement namespaced indent-overrides
#64
cespare
closed
5 years ago
0
Fix/improve remove-unused-requires in a few ways
#63
cespare
closed
5 years ago
0
Implement namespaced maps
#62
cespare
closed
5 years ago
0
Add support for reader conditional and reader conditional splice
#61
cespare
closed
5 years ago
1
Add namespacing for indent-overrides
#60
cespare
closed
5 years ago
0
Remove-unused-requires doesn't account for auto-resolving namespaced keywords
#59
al-yisun
closed
5 years ago
1
Handle the map namespace syntax
#58
cespare
closed
5 years ago
0
remove-unused-requires will remove `[a.b :as b]` if `b` is unused
#57
al-yisun
closed
5 years ago
3
remove-unused-requires can result in an empty (:require)
#56
al-yisun
closed
5 years ago
0
Fix cljfmt tag handling
#55
cespare
closed
6 years ago
1
Add exit code
#54
bpetri
closed
7 years ago
1
Adding support for cljs and cljc suffixes
#53
bpetri
closed
7 years ago
2
Enforce newline style in if-expressions
#52
dmac
closed
3 years ago
2
Document IndentCond4
#51
cespare
closed
5 years ago
0
Alphabetical order of requires and imports is not always respected
#50
jwhitbeck
closed
7 years ago
1
Inconsistent `cond->` formatting
#49
jwhitbeck
closed
7 years ago
1
Next