Liking cljdoc? Tell your friends :D

dots.typescript.editor-options


base-indent-sizecljs

(base-indent-size editor-options)

Returns: number | undefined

**Returns:** `number | undefined`
sourceraw docstring

convert-tabs-to-spaces?cljs

(convert-tabs-to-spaces? editor-options)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

indent-sizecljs

(indent-size editor-options)

Returns: number

**Returns:** `number`
sourceraw docstring

indent-stylecljs

(indent-style editor-options)

Returns: IndentStyle

**Returns:** `IndentStyle`
sourceraw docstring

new-line-charactercljs

(new-line-character editor-options)

Returns: string

**Returns:** `string`
sourceraw docstring

set-base-indent-size!cljs

(set-base-indent-size! editor-options value)
source

set-convert-tabs-to-spaces!cljs

(set-convert-tabs-to-spaces! editor-options value)
source

set-indent-size!cljs

(set-indent-size! editor-options value)
source

set-indent-style!cljs

(set-indent-style! editor-options value)
source

set-new-line-character!cljs

(set-new-line-character! editor-options value)
source

set-tab-size!cljs

(set-tab-size! editor-options value)
source

tab-sizecljs

(tab-size editor-options)

Returns: number

**Returns:** `number`
sourceraw docstring

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

× close