(base-indent-size format-code-options)
Returns: number | undefined
**Returns:** `number | undefined`
(convert-tabs-to-spaces? format-code-options)
Returns: boolean
**Returns:** `boolean`
(indent-size format-code-options)
Returns: number
**Returns:** `number`
(indent-style format-code-options)
Returns: IndentStyle
**Returns:** `IndentStyle`
(insert-space-after-comma-delimiter? format-code-options)
Returns: boolean
**Returns:** `boolean`
(insert-space-after-constructor? format-code-options)
Returns: boolean | undefined
**Returns:** `boolean | undefined`
(insert-space-after-function-keyword-for-anonymous-functions?
format-code-options)
Returns: boolean
**Returns:** `boolean`
(insert-space-after-keywords-in-control-flow-statements? format-code-options)
Returns: boolean
**Returns:** `boolean`
(insert-space-after-opening-and-before-closing-jsx-expression-braces?
format-code-options)
Returns: boolean | undefined
**Returns:** `boolean | undefined`
(insert-space-after-opening-and-before-closing-nonempty-braces?
format-code-options)
Returns: boolean | undefined
**Returns:** `boolean | undefined`
(insert-space-after-opening-and-before-closing-nonempty-brackets?
format-code-options)
Returns: boolean
**Returns:** `boolean`
(insert-space-after-opening-and-before-closing-nonempty-parenthesis?
format-code-options)
Returns: boolean
**Returns:** `boolean`
(insert-space-after-opening-and-before-closing-template-string-braces?
format-code-options)
Returns: boolean
**Returns:** `boolean`
(insert-space-after-semicolon-in-for-statements? format-code-options)
Returns: boolean
**Returns:** `boolean`
(insert-space-after-type-assertion? format-code-options)
Returns: boolean | undefined
**Returns:** `boolean | undefined`
(insert-space-before-and-after-binary-operators? format-code-options)
Returns: boolean
**Returns:** `boolean`
(insert-space-before-function-parenthesis? format-code-options)
Returns: boolean | undefined
**Returns:** `boolean | undefined`
(insert-space-before-type-annotation? format-code-options)
Returns: boolean | undefined
**Returns:** `boolean | undefined`
(new-line-character format-code-options)
Returns: string
**Returns:** `string`
(place-open-brace-on-new-line-for-control-blocks? format-code-options)
Returns: boolean
**Returns:** `boolean`
(place-open-brace-on-new-line-for-functions? format-code-options)
Returns: boolean
**Returns:** `boolean`
(set-insert-space-after-comma-delimiter! format-code-options value)
(set-insert-space-after-constructor! format-code-options value)
(set-insert-space-after-function-keyword-for-anonymous-functions!
format-code-options
value)
(set-insert-space-after-keywords-in-control-flow-statements! format-code-options
value)
(set-insert-space-after-opening-and-before-closing-jsx-expression-braces!
format-code-options
value)
(set-insert-space-after-opening-and-before-closing-nonempty-braces!
format-code-options
value)
(set-insert-space-after-opening-and-before-closing-nonempty-brackets!
format-code-options
value)
(set-insert-space-after-opening-and-before-closing-nonempty-parenthesis!
format-code-options
value)
(set-insert-space-after-opening-and-before-closing-template-string-braces!
format-code-options
value)
(set-insert-space-after-semicolon-in-for-statements! format-code-options value)
(set-insert-space-after-type-assertion! format-code-options value)
(set-insert-space-before-and-after-binary-operators! format-code-options value)
(set-insert-space-before-function-parenthesis! format-code-options value)
(set-insert-space-before-type-annotation! format-code-options value)
(set-place-open-brace-on-new-line-for-control-blocks! format-code-options value)
(set-place-open-brace-on-new-line-for-functions! format-code-options value)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close