Mercurial > ec-dotfiles
comparison rc/vimrc @ 633:f382ac2f585e
Update default indent for tsx
author | nanaya <me@nanaya.pro> |
---|---|
date | Tue, 17 Dec 2019 20:10:29 +0900 |
parents | 32fefb633034 |
children | ced2ee9efd9f |
comparison
equal
deleted
inserted
replaced
632:c950f0ef2268 | 633:f382ac2f585e |
---|---|
133 autocmd FileType less call In2() | 133 autocmd FileType less call In2() |
134 autocmd FileType yaml call In2() | 134 autocmd FileType yaml call In2() |
135 autocmd FileType json call In2() | 135 autocmd FileType json call In2() |
136 autocmd FileType javascript call In2() | 136 autocmd FileType javascript call In2() |
137 autocmd FileType typescript call In2() | 137 autocmd FileType typescript call In2() |
138 autocmd FileType typescript.tsx call In2() | |
138 autocmd FileType nginx setlocal commentstring=#\ %s | 139 autocmd FileType nginx setlocal commentstring=#\ %s |
139 autocmd FileType nginx setlocal iskeyword& | 140 autocmd FileType nginx setlocal iskeyword& |
140 endif | 141 endif |
141 | 142 |
142 if has('autocmd') | 143 if has('autocmd') |