Liking cljdoc? Tell your friends :D

cljstyle.config

Configuration is provided by a map of keyword settings to values.

Config may be provided by a Clojure file named .cljstyle. These files files may be sprinkled about the file tree; each file applies configuration to the subtree rooted in the directory the file resides in, with deeper files merging and overriding their parents.

Configuration is provided by a map of keyword settings to values.

Config may be provided by a Clojure file named `.cljstyle`. These files files
may be sprinkled about the file tree; each file applies configuration to the
subtree rooted in the directory the file resides in, with deeper files
merging and overriding their parents.
raw docstring

cljstyle.format.core

Core formatting logic which ties together all rules.

Core formatting logic which ties together all rules.
raw docstring

cljstyle.format.line

Blank-line formatting rules.

Blank-line formatting rules.
raw docstring

cljstyle.format.type

Formatting rules for type-related expressions like defprotocol, deftype, defrecord, reify, and proxy.

Formatting rules for type-related expressions like `defprotocol`, `deftype`,
`defrecord`, `reify`, and `proxy`.
raw docstring

cljstyle.format.whitespace

Whitespace and blank-line formatting rules.

Whitespace and blank-line formatting rules.
raw docstring

cljstyle.main

Main entry for cljstyle tool.

Main entry for cljstyle tool.
raw docstring

cljstyle.task.check

Task implementation for cljstyle check.

Task implementation for `cljstyle check`.
raw docstring

cljstyle.task.config

Task implementation for cljstyle config.

Task implementation for `cljstyle config`.
raw docstring

cljstyle.task.find

Task implementation for cljstyle find.

Task implementation for `cljstyle find`.
raw docstring

cljstyle.task.fix

Task implementation for cljstyle fix.

Task implementation for `cljstyle fix`.
raw docstring

cljstyle.task.migrate

Task implementation for cljstyle migrate.

Task implementation for `cljstyle migrate`.
raw docstring

cljstyle.task.pipe

Task implementation for cljstyle pipe.

Task implementation for `cljstyle pipe`.
raw docstring

cljstyle.task.process

Code for discovering and processing source files.

Code for discovering and processing source files.
raw docstring

cljstyle.task.version

Task implementation for cljstyle version.

Task implementation for `cljstyle version`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close