oakmac / oakmac/standard-clojure-style-js
implement "how to ns" rules
Open
@oakmac is already working on this.
Since Jun 17, 2023.
- Dominant language
- JavaScript
- Stars
- 137
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The formatter should implement the rules from how to ns
- main clauses
- keywords or symbols?
- vectors or lists?
- line breaks
- support
:refer-clojure - :require :as :refer
- support
:refer :all - docstrings
- prefix lists
- support comments
- support reader conditionals
- support metadata
- support
use - support everything on this page
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.