mirror of https://github.com/nirenjan/vimfiles.git
Add vim editing settings for changelog files
Also add new changelog.vim file to the install list.vimbundler
parent
d4a3a68c75
commit
bb275ee36f
|
@ -0,0 +1,10 @@
|
|||
" File: changelog.vim
|
||||
" Author: Nirenjan Krishnan
|
||||
" Description: ChangeLog editing settings
|
||||
" Last Modified: July 3, 2013
|
||||
|
||||
setlocal tabstop=8
|
||||
setlocal softtabstop=8
|
||||
setlocal shiftwidth=8
|
||||
setlocal noexpandtab
|
||||
|
Loading…
Reference in New Issue