11 lines
151 B
VimL
11 lines
151 B
VimL
compiler typescript
|
|
|
|
setlocal autoindent
|
|
setlocal smartindent
|
|
setlocal indentexpr&
|
|
|
|
setlocal cindent
|
|
setlocal cino=j1J1
|
|
|
|
setlocal commentstring=//\ %s
|