mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
Fixed typo in vimrc
This commit is contained in:
@@ -89,7 +89,7 @@ augroup MICHAEL
|
|||||||
autocmd!
|
autocmd!
|
||||||
autocmd BufWritePre * :call TrimWhiteSpace()
|
autocmd BufWritePre * :call TrimWhiteSpace()
|
||||||
autocmd Filetype yaml setlocal ts=2 sts=2 sw=2 expandtab
|
autocmd Filetype yaml setlocal ts=2 sts=2 sw=2 expandtab
|
||||||
autocmd Filetype makrdown setlocal tw=79 fo+=t
|
autocmd Filetype markdown setlocal tw=79 fo+=t
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user