Value-object describing what options formatting should use.
Value-object describing what options formatting should use.
(insert-spaces? formatting-options)
Prefer spaces over tabs.
Returns: boolean
Prefer spaces over tabs. **Returns:** `boolean`
(set-insert-spaces! formatting-options value)
Prefer spaces over tabs.
Prefer spaces over tabs.
(set-tab-size! formatting-options value)
Size of a tab in spaces.
Size of a tab in spaces.
(tab-size formatting-options)
Size of a tab in spaces.
Returns: number
Size of a tab in spaces. **Returns:** `number`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close