vimrc: correctly mention javascript filetype
This commit is contained in:
parent
abdb84e0fb
commit
3f72dfa5cd
@ -909,7 +909,7 @@ augroup filetypes
|
||||
|
||||
au BufNewFile,BufRead *.js
|
||||
\ setlocal shiftwidth=4 tabstop=4 softtabstop=4 expandtab autoindent
|
||||
\ fileformat=unix filetype=js
|
||||
\ fileformat=unix filetype=javascript
|
||||
|
||||
au BufNewFile,BufRead,BufEnter *.md
|
||||
\ setlocal textwidth=79 foldmethod=manual filetype=markdown
|
||||
|
Loading…
Reference in New Issue
Block a user