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.diff

Diff-handling code for cljstyle fixes.

Diff-handling code for cljstyle fixes.
raw docstring

cljstyle.task.process

Code for discovering and processing source files.

Code for discovering and processing source files.
raw docstring

cljstyle.task.util

Common utilities for output and option sharing.

Common utilities for output and option sharing.
raw docstring

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

× close