Use 2 spaces tabs in puppet
This commit is contained in:
parent
c6137a555b
commit
8b71f7a700
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
|
@ -305,6 +305,10 @@ endif
|
|||
|
||||
" content creation
|
||||
if has("autocmd")
|
||||
augroup puppet
|
||||
autocmd BufRead,BufNewFile *.pp
|
||||
\ set tabstop=2 shiftwidth=2 softtabstop=2
|
||||
augroup END
|
||||
augroup text
|
||||
autocmd BufRead,BufNewFile *.txt
|
||||
\ set nonumber tw=80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue